Click or drag to resize

BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshotExists Method

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


Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public virtual bool Exists(
	Guid id
)

Parameters

id  Guid
 

Return Value

Boolean

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

Implements

IBaseNonEventDomainRepositoryTDomainExists(Guid)
See Also