Class ExtensibleCreationAuditedEntityDto<TPrimaryKey>
This class can be inherited by DTO classes to implement ICreationAuditedObject interface.
It also implements the
Inheritance
System.Object
ExtensibleEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleCreationAuditedEntityDto<TPrimaryKey> : ExtensibleEntityDto<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> |