Show / Hide Table of Contents

Class FullAuditedAggregateRootWithUser<TKey, TUser>

Inheritance
object
Entity
Entity<TKey>
BasicAggregateRoot<TKey>
AggregateRoot<TKey>
CreationAuditedAggregateRoot<TKey>
AuditedAggregateRoot<TKey>
FullAuditedAggregateRoot<TKey>
FullAuditedAggregateRootWithUser<TKey, TUser>
Implements
IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
IFullAuditedObject<TUser>
IAuditedObject<TUser>
ICreationAuditedObject<TUser>
IMayHaveCreator<TUser>
IModificationAuditedObject<TUser>
IFullAuditedObject
IAuditedObject
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IModificationAuditedObject
IHasModificationTime
IDeletionAuditedObject<TUser>
IDeletionAuditedObject
IHasDeletionTime
ISoftDelete
Inherited Members
FullAuditedAggregateRoot<TKey>.IsDeleted
FullAuditedAggregateRoot<TKey>.DeleterId
FullAuditedAggregateRoot<TKey>.DeletionTime
AuditedAggregateRoot<TKey>.LastModificationTime
AuditedAggregateRoot<TKey>.LastModifierId
CreationAuditedAggregateRoot<TKey>.CreationTime
CreationAuditedAggregateRoot<TKey>.CreatorId
AggregateRoot<TKey>.Validate(ValidationContext)
AggregateRoot<TKey>.ExtraProperties
AggregateRoot<TKey>.ConcurrencyStamp
BasicAggregateRoot<TKey>.GetLocalEvents()
BasicAggregateRoot<TKey>.GetDistributedEvents()
BasicAggregateRoot<TKey>.ClearLocalEvents()
BasicAggregateRoot<TKey>.ClearDistributedEvents()
BasicAggregateRoot<TKey>.AddLocalEvent(object)
BasicAggregateRoot<TKey>.AddDistributedEvent(object)
Entity<TKey>.GetKeys()
Entity<TKey>.ToString()
Entity<TKey>.Id
Entity.EntityEquals(IEntity)
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 FullAuditedAggregateRootWithUser<TKey, TUser> : FullAuditedAggregateRoot<TKey>, IAggregateRoot<TKey>, IEntity<TKey>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject<TUser>, IAuditedObject<TUser>, ICreationAuditedObject<TUser>, IMayHaveCreator<TUser>, IModificationAuditedObject<TUser>, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject<TUser>, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete where TUser : IEntity<Guid>
Type Parameters
Name Description
TKey
TUser

Constructors

FullAuditedAggregateRootWithUser()

Declaration
protected FullAuditedAggregateRootWithUser()

FullAuditedAggregateRootWithUser(TKey)

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

Properties

Creator

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

Deleter

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

LastModifier

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

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
IFullAuditedObject<TUser>
IAuditedObject<TUser>
ICreationAuditedObject<TCreator>
IMayHaveCreator<TCreator>
IModificationAuditedObject<TUser>
IFullAuditedObject
IAuditedObject
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IModificationAuditedObject
IHasModificationTime
IDeletionAuditedObject<TUser>
IDeletionAuditedObject
IHasDeletionTime
ISoftDelete

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform