Show / Hide Table of Contents

Class SettingConsts

Inheritance
System.Object
SettingConsts
Namespace: Volo.Abp.SettingManagement
Assembly: Volo.Abp.SettingManagement.Domain.Shared.dll
Syntax
public static class SettingConsts : object

Properties

MaxNameLength

Default value: 128

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxProviderKeyLength

Default value: 64

Declaration
public static int MaxProviderKeyLength { get; set; }
Property Value
Type Description
System.Int32

MaxProviderNameLength

Default value: 64

Declaration
public static int MaxProviderNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxValueLength

Default value: 2048

Declaration
public static int MaxValueLength { get; set; }
Property Value
Type Description
System.Int32

MaxValueLengthValue

Declaration
public static int MaxValueLengthValue { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft