Class CreationAuditedAggregateRoot
Inheritance
CreationAuditedAggregateRoot
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedAggregateRoot : AggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Constructors
CreationAuditedAggregateRoot()
Declaration
protected CreationAuditedAggregateRoot()
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; protected set; }
Property Value
CreatorId
Declaration
public virtual Guid? CreatorId { get; protected set; }
Property Value
Implements
Extension Methods