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