Show / Hide Table of Contents

Class AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel

Inheritance
object
AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel
Namespace: Volo.Abp.Account.Public.Web.Pages.Account.Components.ProfileManagementGroup.PersonalInfo
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel : ExtensibleObject

Constructors

PersonalInfoModel()

Declaration
public PersonalInfoModel()

Properties

Email

Declaration
[Required]
[Display(Name = "DisplayName:Email")]
public string Email { get; set; }
Property Value
Type Description
string

EmailConfirmed

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

Name

Declaration
[Display(Name = "DisplayName:Name")]
public string Name { get; set; }
Property Value
Type Description
string

PhoneNumber

Declaration
[Display(Name = "DisplayName:PhoneNumber")]
public string PhoneNumber { get; set; }
Property Value
Type Description
string

PhoneNumberConfirmed

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

SupportsMultipleTimezone

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

Surname

Declaration
[Display(Name = "DisplayName:Surname")]
public string Surname { get; set; }
Property Value
Type Description
string

TimeZoneItems

Declaration
public List<SelectListItem> TimeZoneItems { get; set; }
Property Value
Type Description
List<SelectListItem>

Timezone

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

UserName

Declaration
[Required]
[Display(Name = "DisplayName:UserName")]
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft