Class EntityPropertyChangeDto
Inheritance
EntityPropertyChangeDto
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class EntityPropertyChangeDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto
Constructors
EntityPropertyChangeDto()
Declaration
public EntityPropertyChangeDto()
Properties
EntityChangeId
Declaration
public Guid EntityChangeId { get; set; }
Property Value
NewValue
Declaration
public string NewValue { get; set; }
Property Value
OriginalValue
Declaration
public string OriginalValue { get; set; }
Property Value
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
PropertyTypeFullName
Declaration
public string PropertyTypeFullName { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Implements
Extension Methods