Class FullAuditedAggregateRoot
Inheritance
FullAuditedAggregateRoot
Implements
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Auditing
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class FullAuditedAggregateRoot : AuditedAggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
FullAuditedAggregateRoot()
Declaration
protected FullAuditedAggregateRoot()
Properties
DeleterId
Declaration
public virtual Guid? DeleterId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
DeletionTime
Declaration
public virtual DateTime? DeletionTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
IsDeleted
Declaration
public virtual bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
bool |