Class ExtensibleFullAuditedEntityDto<TPrimaryKey>
This class can be inherited by DTO classes to implement IFullAuditedObject interface.
It also implements the
Inheritance
System.Object
ExtensibleEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityDto<TPrimaryKey>
ExtensibleAuditedEntityDto<TPrimaryKey>
ExtensibleFullAuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleFullAuditedEntityDto<TPrimaryKey> : ExtensibleAuditedEntityDto<TPrimaryKey>, IEntityDto<TPrimaryKey>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Type Parameters
Name | Description |
---|---|
TPrimaryKey | Type of primary key |
Properties
DeleterId
Declaration
public Guid? DeleterId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |