Show / Hide Table of Contents

Class CreationAuditedAggregateRootWithUser<TKey, TUser>

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

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

Type of the primary key of the entity

TUser

Type of the user

Constructors

CreationAuditedAggregateRootWithUser()

Declaration
protected CreationAuditedAggregateRootWithUser()

CreationAuditedAggregateRootWithUser(TKey)

Declaration
protected CreationAuditedAggregateRootWithUser(TKey id)
Parameters
Type Name Description
TKey id

Properties

Creator

Declaration
public virtual TUser Creator { get; set; }
Property Value
Type Description
TUser

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
ICreationAuditedObject<TCreator>
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IMayHaveCreator<TCreator>

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