Interface IHierarchicalEntity
Represents an entity that has a reference to its aggregate root.
Namespace: IRM.Domain
Assembly: IRM.dll
Syntax
public interface IHierarchicalEntity
Properties
AggregateRoot
Gets or sets a reference to the aggregate root that this entity belongs too.
Declaration
IAggregateRoot AggregateRoot { get; set; }
Property Value
IAggregateRoot
|
Remarks
The value can be null if it hasn't been set by some infrastructure or application specific code. When useing an EntityList<T> for the entities, it will set this value automatically.