Class EntityChangeInfo
Inheritance
EntityChangeInfo
Assembly: Volo.Abp.Auditing.dll
Syntax
public class EntityChangeInfo : IHasExtraProperties
Constructors
EntityChangeInfo()
Declaration
public EntityChangeInfo()
Properties
ChangeTime
Declaration
public DateTime ChangeTime { get; set; }
Property Value
ChangeType
Declaration
public EntityChangeType ChangeType { get; set; }
Property Value
EntityEntry
Declaration
public virtual object EntityEntry { get; set; }
Property Value
EntityId
Declaration
public string? EntityId { get; set; }
Property Value
EntityTenantId
Declaration
public Guid? EntityTenantId { get; set; }
Property Value
EntityTypeFullName
Declaration
public string? EntityTypeFullName { get; set; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
PropertyChanges
Declaration
public List<EntityPropertyChangeInfo> PropertyChanges { get; set; }
Property Value
Methods
Merge(EntityChangeInfo)
Declaration
public virtual void Merge(EntityChangeInfo changeInfo)
Parameters
Implements
Extension Methods