Class CreationAuditedEntityDto<TPrimaryKey>
This class can be inherited by DTO classes to implement ICreationAuditedObject interface.
Implements
IEntityDto<TPrimaryKey>
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class CreationAuditedEntityDto<TPrimaryKey> : EntityDto<TPrimaryKey>, IEntityDto<TPrimaryKey>, IEntityDto, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Type Parameters
Name | Description |
---|---|
TPrimaryKey | Type of primary key |
Properties
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
CreatorId
Declaration
public Guid? CreatorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |