Class CreateModalModel.UserInfoViewModel
Inheritance
CreateModalModel.UserInfoViewModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel.UserInfoViewModel : ExtensibleObject
Constructors
UserInfoViewModel()
Declaration
public UserInfoViewModel()
Properties
Email
Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
LockoutEnabled
Declaration
public bool LockoutEnabled { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
SendConfirmationEmail
Declaration
public bool SendConfirmationEmail { get; set; }
Property Value
ShouldChangePasswordOnNextLogin
Declaration
public bool ShouldChangePasswordOnNextLogin { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
UserName
Declaration
[Required]
public string UserName { get; set; }
Property Value