Click or drag to resize

BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshotTryGet Method

[Missing <summary> documentation for "M:Casewhere.Runtime.Workflows.BaseNonEventDomainRepository`3.TryGet(System.Guid,`0@)"]


Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.7.0
Syntax
C#
public bool TryGet(
	Guid id,
	out TDomain entity
)

Parameters

id  Guid
 
entity  TDomain
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Runtime.Workflows.BaseNonEventDomainRepository`3.TryGet(System.Guid,`0@)"]

Implements

IBaseNonEventDomainRepositoryTDomainTryGet(Guid, TDomain)
See Also