Click or drag to resize

BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshot Class

[Missing <summary> documentation for "T:Casewhere.Runtime.Workflows.BaseNonEventDomainRepository`3"]

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.WorkflowsBaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshot
    Casewhere.Runtime.WorkflowsCaseDomainRepository
    Casewhere.Runtime.WorkflowsWorkflowDomainRepository

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public abstract class BaseNonEventDomainRepository<TDomain, TModel, TDomainSnapshot> : IBaseNonEventDomainRepository<TDomain>
where TDomain : new(), SnapshotAggregateRoot
where TModel : class, IIdentity
where TDomainSnapshot : SnapshotObject

Type Parameters

TDomain
TModel
TDomainSnapshot

The BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshot type exposes the following members.

Constructors
 NameDescription
Public methodBaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshotInitializes a new instance of the BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshot class
Top
Methods
Fields
 NameDescription
Protected field_cachedDomains 
Protected field_session 
Top
See Also