Show / Hide Table of Contents

Class CreationAuditedAggregateRoot

This class can be used to simplify implementing ICreationAuditedObject for aggregate roots.

Inheritance
System.Object
Entity
BasicAggregateRoot
AggregateRoot
CreationAuditedAggregateRoot
AuditedAggregateRoot
CreationAuditedAggregateRootWithUser<TUser>
Implements
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
Inherited Members
AggregateRoot.ExtraProperties
AggregateRoot.ConcurrencyStamp
AggregateRoot.Validate(ValidationContext)
BasicAggregateRoot.GetLocalEvents()
BasicAggregateRoot.GetDistributedEvents()
BasicAggregateRoot.ClearLocalEvents()
BasicAggregateRoot.ClearDistributedEvents()
BasicAggregateRoot.AddLocalEvent(Object)
BasicAggregateRoot.AddDistributedEvent(Object)
Entity.ToString()
Entity.GetKeys()
Entity.EntityEquals(IEntity)
Namespace: Volo.Abp.Domain.Entities.Auditing
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedAggregateRoot : AggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator

Properties

CreationTime

Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

CreatorId

Declaration
public virtual Guid? CreatorId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

Implements

IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft