Class EntityChangeDto
Inheritance
EntityChangeDto
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class EntityChangeDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto
Constructors
EntityChangeDto()
Declaration
Properties
AuditLogId
Declaration
public Guid AuditLogId { get; set; }
Property Value
ChangeTime
Declaration
public DateTime ChangeTime { get; set; }
Property Value
ChangeType
Declaration
public EntityChangeType ChangeType { get; set; }
Property Value
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityTypeFullName
Declaration
public string EntityTypeFullName { get; set; }
Property Value
PropertyChanges
Declaration
public List<EntityPropertyChangeDto> PropertyChanges { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Implements
Extension Methods