Class EntityPropertyChangeConsts
Inheritance
EntityPropertyChangeConsts
Assembly: Volo.Abp.AuditLogging.Domain.Shared.dll
Syntax
public class EntityPropertyChangeConsts
Constructors
EntityPropertyChangeConsts()
Declaration
public EntityPropertyChangeConsts()
Properties
MaxNewValueLength
Declaration
public static int MaxNewValueLength { get; set; }
Property Value
MaxOriginalValueLength
Declaration
public static int MaxOriginalValueLength { get; set; }
Property Value
MaxPropertyNameLength
Declaration
public static int MaxPropertyNameLength { get; set; }
Property Value
MaxPropertyTypeFullNameLength
Declaration
public static int MaxPropertyTypeFullNameLength { get; set; }
Property Value
Extension Methods