Show / Hide Table of Contents

Class FeatureDefinitionRecordConsts

Inheritance
object
FeatureDefinitionRecordConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Domain.Shared.dll
Syntax
public static class FeatureDefinitionRecordConsts

Properties

MaxAllowedProvidersLength

Declaration
public static int MaxAllowedProvidersLength { get; set; }
Property Value
Type Description
int

MaxDefaultValueLength

Declaration
public static int MaxDefaultValueLength { get; set; }
Property Value
Type Description
int

MaxDescriptionLength

Declaration
public static int MaxDescriptionLength { get; set; }
Property Value
Type Description
int

MaxDisplayNameLength

Declaration
public static int MaxDisplayNameLength { get; set; }
Property Value
Type Description
int

MaxNameLength

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

MaxValueTypeLength

Declaration
public static int MaxValueTypeLength { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by ABP.IO Platform