Class EntityPropertyChangeInfo
Inheritance
EntityPropertyChangeInfo
Assembly: Volo.Abp.Auditing.dll
Syntax
public class EntityPropertyChangeInfo
Constructors
EntityPropertyChangeInfo()
Declaration
public EntityPropertyChangeInfo()
Fields
MaxPropertyNameLength
Declaration
public static int MaxPropertyNameLength
Field Value
MaxPropertyTypeFullNameLength
Declaration
public static int MaxPropertyTypeFullNameLength
Field Value
MaxValueLength
Declaration
public static int MaxValueLength
Field Value
Properties
NewValue
Declaration
public virtual string? NewValue { get; set; }
Property Value
OriginalValue
Declaration
public virtual string? OriginalValue { get; set; }
Property Value
PropertyName
Declaration
public virtual string PropertyName { get; set; }
Property Value
PropertyTypeFullName
Declaration
public virtual string PropertyTypeFullName { get; set; }
Property Value
Extension Methods