Show / Hide Table of Contents

Class IdentityUserCreateOrUpdateDtoBase

Inheritance
object
IdentityUserCreateOrUpdateDtoBase
IdentityUserCreateDto
IdentityUserUpdateDto
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public abstract class IdentityUserCreateOrUpdateDtoBase : ExtensibleObject

Constructors

IdentityUserCreateOrUpdateDtoBase()

Declaration
protected IdentityUserCreateOrUpdateDtoBase()

Properties

Email

Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
Type Description
string

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
bool

LockoutEnabled

Declaration
public bool LockoutEnabled { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

OrganizationUnitIds

Declaration
public Guid[] OrganizationUnitIds { get; set; }
Property Value
Type Description
Guid[]

PhoneNumber

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
string

RoleNames

Declaration
public string[] RoleNames { get; set; }
Property Value
Type Description
string[]

ShouldChangePasswordOnNextLogin

Declaration
public bool ShouldChangePasswordOnNextLogin { get; set; }
Property Value
Type Description
bool

Surname

Declaration
public string Surname { get; set; }
Property Value
Type Description
string

UserName

Declaration
[Required]
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft