Class AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel
Inheritance
AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class AccountProfilePersonalInfoManagementGroupViewComponent.PersonalInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
PersonalInfoModel()
Declaration
public PersonalInfoModel()
Properties
ConcurrencyStamp
Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
Email
Declaration
[Required]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxEmailLength", null)]
[Display(Name = "DisplayName:Email")]
public string Email { 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
Surname
Declaration
[DynamicStringLength(typeof(IdentityUserConsts), "MaxSurnameLength", null)]
[Display(Name = "DisplayName:Surname")]
public string Surname { 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