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