Class OrganizationAggregate
- Namespace
- InSite.Domain.Organizations
- Assembly
- Shift.Sdk.dll
public class OrganizationAggregate : AggregateRoot
- Inheritance
-
OrganizationAggregate
- Inherited Members
- Extension Methods
Constructors
OrganizationAggregate()
public OrganizationAggregate()
Properties
Data
public OrganizationState Data { get; }
Property Value
Methods
CreateState()
Every aggregate must override this method to create the object that holds its current state.
public override AggregateState CreateState()