Class EntityPropertyChange
Inheritance
EntityPropertyChange
Assembly: Volo.Abp.AuditLogging.Domain.dll
Syntax
[DisableAuditing]
public class EntityPropertyChange : Entity<Guid>, IEntity<Guid>, IEntity, IMultiTenant
Constructors
EntityPropertyChange()
Declaration
protected EntityPropertyChange()
EntityPropertyChange(IGuidGenerator, Guid, EntityPropertyChangeInfo, Guid?)
Declaration
public EntityPropertyChange(IGuidGenerator guidGenerator, Guid entityChangeId, EntityPropertyChangeInfo entityChangeInfo, Guid? tenantId = null)
Parameters
Properties
EntityChangeId
Declaration
public virtual Guid EntityChangeId { get; protected set; }
Property Value
NewValue
Declaration
public virtual string NewValue { get; protected set; }
Property Value
OriginalValue
Declaration
public virtual string OriginalValue { get; protected set; }
Property Value
PropertyName
Declaration
public virtual string PropertyName { get; protected set; }
Property Value
PropertyTypeFullName
Declaration
public virtual string PropertyTypeFullName { get; protected set; }
Property Value
TenantId
Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Implements
Extension Methods