Class CreationAuditedAggregateRootWithUser<TKey, TUser>
Inheritance
Entity<TKey>
BasicAggregateRoot<TKey>
AggregateRoot<TKey>
CreationAuditedAggregateRootWithUser<TKey, TUser>
Inherited Members
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 | |
TUser |
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; protected set; }
Property Value
Type | Description |
---|---|
TUser |