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