Class ExtensibleAuditedEntityDto<TPrimaryKey>
This class can be inherited by DTO classes to implement IAuditedObject interface.
It also implements the
Inheritance
System.Object
ExtensibleEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityDto<TPrimaryKey>
ExtensibleAuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleAuditedEntityDto<TPrimaryKey> : ExtensibleCreationAuditedEntityDto<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> |