Class CreationAuditedAggregateRootWithUser<TUser>
Inheritance
CreationAuditedAggregateRootWithUser<TUser>
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedAggregateRootWithUser<TUser> : CreationAuditedAggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, ICreationAuditedObject<TUser>, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IMayHaveCreator<TUser>
Type Parameters
Constructors
CreationAuditedAggregateRootWithUser()
Declaration
protected CreationAuditedAggregateRootWithUser()
Properties
Creator
Declaration
public virtual TUser? Creator { get; protected set; }
Property Value
Implements
Extension Methods