Class FullAuditedAggregateRoot<TKey>
Inheritance
Entity<TKey>
BasicAggregateRoot<TKey>
AggregateRoot<TKey>
AuditedAggregateRoot<TKey>
FullAuditedAggregateRoot<TKey>
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Auditing
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class FullAuditedAggregateRoot<TKey> : AuditedAggregateRoot<TKey>, IAggregateRoot<TKey>, IEntity<TKey>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Type Parameters
Name | Description |
---|---|
TKey |
Constructors
FullAuditedAggregateRoot()
Declaration
protected FullAuditedAggregateRoot()
FullAuditedAggregateRoot(TKey)
Declaration
protected FullAuditedAggregateRoot(TKey id)
Parameters
Type | Name | Description |
---|---|---|
TKey | id |
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 |