Class IdentityUserCreateDto
Inheritance
IdentityUserCreateDto
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public class IdentityUserCreateDto : IdentityUserCreateOrUpdateDtoBase, IHasExtraProperties, IValidatableObject
Constructors
IdentityUserCreateDto()
Declaration
public IdentityUserCreateDto()
Properties
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
Password
Declaration
[DisableAuditing]
[Required]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxPasswordLength", null)]
public string Password { get; set; }
Property Value
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
SendConfirmationEmail
Declaration
public bool SendConfirmationEmail { get; set; }
Property Value
Implements
Extension Methods