Show / Hide Table of Contents

Class OrganizationUnitConsts

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

Fields

CodeUnitLength

Length of a code unit between dots.

Declaration
public const int CodeUnitLength = null
Field Value
Type Description
System.Int32

MaxCodeLength

Maximum length of the property.

Declaration
public const int MaxCodeLength = null
Field Value
Type Description
System.Int32

MaxDepth

Maximum depth of an OU hierarchy.

Declaration
public const int MaxDepth = null
Field Value
Type Description
System.Int32

Properties

MaxDisplayNameLength

Maximum length of the property.

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