Class AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel
Inheritance
AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
PersonalInfoModel()
Declaration
public PersonalInfoModel()
Properties
Email
Declaration
[Required]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxEmailLength", null)]
[Display(Name = "DisplayName:Email")]
public string Email { get; set; }
Property Value
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
Name
Declaration
[DynamicStringLength(typeof(IdentityUserConsts), "MaxNameLength", null)]
[Display(Name = "DisplayName:Name")]
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
[DynamicStringLength(typeof(IdentityUserConsts), "MaxPhoneNumberLength", null)]
[Display(Name = "DisplayName:PhoneNumber")]
public string PhoneNumber { get; set; }
Property Value
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
SupportsMultipleTimezone
Declaration
public bool SupportsMultipleTimezone { get; set; }
Property Value
Surname
Declaration
[DynamicStringLength(typeof(IdentityUserConsts), "MaxSurnameLength", null)]
[Display(Name = "DisplayName:Surname")]
public string Surname { get; set; }
Property Value
TimeZoneItems
Declaration
public List<SelectListItem> TimeZoneItems { get; set; }
Property Value
Timezone
Declaration
public string Timezone { get; set; }
Property Value
UserName
Declaration
[Required]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxUserNameLength", null)]
[Display(Name = "DisplayName:UserName")]
public string UserName { get; set; }
Property Value
Implements
Extension Methods