Class IdentityUserCreateDto
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserCreateDto : IdentityUserCreateOrUpdateDtoBase
Constructors
IdentityUserCreateDto()
Declaration
public IdentityUserCreateDto()
Properties
Password
Declaration
[Required]
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
SendConfirmationEmail
Declaration
public bool SendConfirmationEmail { get; set; }
Property Value
Type | Description |
---|---|
bool |