Show / Hide Table of Contents

Class PersonalInfoModel

Inheritance
object
PersonalInfoModel
Namespace: Volo.Abp.Account.Pro.Public.Blazor.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Blazor.dll
Syntax
public class PersonalInfoModel : ExtensibleObject

Constructors

PersonalInfoModel()

Declaration
public PersonalInfoModel()

Properties

ConcurrencyStamp

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

Email

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

EmailConfirmed

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

Name

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

PhoneNumber

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

PhoneNumberConfirmed

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

Surname

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

UserName

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