Class CreationAuditedAggregateRootWithUser<TUser>
This class can be used to simplify implementing
Inheritance
System.Object
CreationAuditedAggregateRootWithUser<TUser>
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Auditing
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedAggregateRootWithUser<TUser> : CreationAuditedAggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, ICreationAuditedObject<TUser>, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IMayHaveCreator<TUser>
Type Parameters
| Name | Description |
|---|---|
| TUser | Type of the user |
Properties
Creator
Declaration
public virtual TUser Creator { get; set; }
Property Value
| Type | Description |
|---|---|
| TUser |
Implements
IHasExtraProperties