Class AbpUserConsts
Inheritance
AbpUserConsts
Assembly: Volo.Abp.Users.Domain.Shared.dll
Syntax
public class AbpUserConsts
Constructors
AbpUserConsts()
Declaration
Properties
MaxEmailLength
Declaration
public static int MaxEmailLength { get; set; }
Property Value
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
MaxPhoneNumberLength
Declaration
public static int MaxPhoneNumberLength { get; set; }
Property Value
MaxSurnameLength
Declaration
public static int MaxSurnameLength { get; set; }
Property Value
MaxUserNameLength
Declaration
public static int MaxUserNameLength { get; set; }
Property Value
Extension Methods