Class PersonalInfoModel
Inheritance
System.Object
PersonalInfoModel
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.Account.Blazor.Pages.Account
Assembly: Volo.Abp.Account.Blazor.dll
Syntax
public class PersonalInfoModel
Properties
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Surname
Declaration
public string Surname { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserName
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |