Class PersonalInfoModel
Inheritance
PersonalInfoModel
Assembly: Volo.Abp.Account.Blazor.dll
Syntax
public class PersonalInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
PersonalInfoModel()
Declaration
public PersonalInfoModel()
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods