Show / Hide Table of Contents

Class FeatureValueConsts

Inheritance
System.Object
FeatureValueConsts
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public static class FeatureValueConsts : 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: 128

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