Class CreationAuditedEntity<TKey>
Inheritance
System.Object
CreationAuditedEntity<TKey>
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedEntity<TKey> : Entity<TKey>, IEntity<TKey>, IEntity, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Type Parameters
| Name |
Description |
| TKey |
Type of the primary key of the entity
|
Constructors
CreationAuditedEntity()
Declaration
protected CreationAuditedEntity()
CreationAuditedEntity(TKey)
Declaration
protected CreationAuditedEntity(TKey id)
Parameters
| Type |
Name |
Description |
| TKey |
id |
|
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
Extension Methods