Class PermissionDefinitionRecordConsts
Inheritance
PermissionDefinitionRecordConsts
Assembly: Volo.Abp.PermissionManagement.Domain.Shared.dll
Syntax
public class PermissionDefinitionRecordConsts
Constructors
PermissionDefinitionRecordConsts()
Declaration
public PermissionDefinitionRecordConsts()
Properties
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
MaxStateCheckersLength
Declaration
public static int MaxStateCheckersLength { get; set; }
Property Value
Extension Methods