Show / Hide Table of Contents

Class AbpUserConsts

Inheritance
System.Object
AbpUserConsts
Namespace: Volo.Abp.Users
Assembly: Volo.Abp.Users.Domain.Shared.dll
Syntax
public class AbpUserConsts : object

Properties

MaxEmailLength

Default value: 256

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

MaxNameLength

Default value: 64

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

MaxPhoneNumberLength

Default value: 16

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

MaxSurnameLength

Default value: 64

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

MaxUserNameLength

Default value: 256

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft