Class SettingDefinitionRecordConsts
Inheritance
SettingDefinitionRecordConsts
Assembly: Volo.Abp.SettingManagement.Domain.Shared.dll
Syntax
public class SettingDefinitionRecordConsts
Constructors
SettingDefinitionRecordConsts()
Declaration
public SettingDefinitionRecordConsts()
Properties
MaxDefaultValueLength
Declaration
public static int MaxDefaultValueLength { get; set; }
Property Value
MaxDescriptionLength
Declaration
public static int MaxDescriptionLength { get; set; }
Property Value
MaxDisplayNameLength
Declaration
public static int MaxDisplayNameLength { get; set; }
Property Value
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
MaxProvidersLength
Declaration
public static int MaxProvidersLength { get; set; }
Property Value
Extension Methods