Class FullAuditedEntityDto<TPrimaryKey>
This class can be inherited by DTO classes to implement IFullAuditedObject interface.
Inheritance
System.Object
EntityDto<TPrimaryKey>
CreationAuditedEntityDto<TPrimaryKey>
AuditedEntityDto<TPrimaryKey>
FullAuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class FullAuditedEntityDto<TPrimaryKey> : AuditedEntityDto<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 |