Class FullAuditedAggregateRoot<TKey>
Implements IFullAuditedObject to be a base class for full-audited aggregate roots.
Inheritance
System.Object
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 | Type of the primary key of the entity |
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 |
|---|---|
| System.Nullable<Guid> |
DeletionTime
Declaration
public virtual DateTime? DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
IsDeleted
Declaration
public virtual bool IsDeleted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
IHasExtraProperties