Class AuditedEntityDto
This class can be inherited by DTO classes to implement IAuditedObject interface.
Inheritance
System.Object
AuditedEntityDto
Implements
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class AuditedEntityDto : CreationAuditedEntityDto, 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> |