Class CreationAuditedAggregateRoot<TKey>
Inheritance
object
Entity<TKey>
BasicAggregateRoot<TKey>
AggregateRoot<TKey>
CreationAuditedAggregateRoot<TKey>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Auditing
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedAggregateRoot<TKey> : AggregateRoot<TKey>, IAggregateRoot<TKey>, IEntity<TKey>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Type Parameters
| Name | Description |
|---|---|
| TKey |
Constructors
CreationAuditedAggregateRoot()
Declaration
protected CreationAuditedAggregateRoot()
CreationAuditedAggregateRoot(TKey)
Declaration
protected CreationAuditedAggregateRoot(TKey id)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | id |
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
CreatorId
Declaration
public virtual Guid? CreatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |