Class FullAuditedEntityDto<TPrimaryKey>
Inheritance
object
EntityDto<TPrimaryKey>
CreationAuditedEntityDto<TPrimaryKey>
AuditedEntityDto<TPrimaryKey>
FullAuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
Constructors
FullAuditedEntityDto()
Declaration
protected FullAuditedEntityDto()
Properties
DeleterId
Declaration
public Guid? DeleterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |