Class CreateModalModel.UserInfoViewModel
Inheritance
System.Object
CreateModalModel.UserInfoViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class UserInfoViewModel
Properties
Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LockoutEnabled
Declaration
public bool LockoutEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Surname
Declaration
public string Surname { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TwoFactorEnabled
Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UserName
Declaration
[Required]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |