Interface IAggregateRoot
Represents an aggregate.
Inherited Members
Namespace: IRM.Domain
Assembly: IRM.dll
Syntax
public interface IAggregateRoot : IEntity, IEventSourced
Properties
OwnerId
Gets or sets the owner of this aggregate.
Declaration
Guid OwnerId { get; set; }
Property Value
System.Guid
|