Class AuditedEntityDto<TPrimaryKey>
This class can be inherited by DTO classes to implement IAuditedObject interface.
Inheritance
System.Object
EntityDto<TPrimaryKey>
CreationAuditedEntityDto<TPrimaryKey>
AuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class AuditedEntityDto<TPrimaryKey> : CreationAuditedEntityDto<TPrimaryKey>, IEntityDto<TPrimaryKey>, IEntityDto, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime
Type Parameters
Name | Description |
---|---|
TPrimaryKey | Type of primary key |
Properties
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
LastModifierId
Declaration
public Guid? LastModifierId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |