Show / Hide Table of Contents

Class EditModalModel.UserInfoViewModel

Inheritance
System.Object
EditModalModel.UserInfoViewModel
Implements
IHasConcurrencyStamp
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class UserInfoViewModel : ExtensibleObject, IHasConcurrencyStamp

Properties

ConcurrencyStamp

Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
System.String

Email

Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
Type Description
System.String

Id

Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

LockoutEnabled

Declaration
public bool LockoutEnabled { get; set; }
Property Value
Type Description
System.Boolean

Name

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

PhoneNumber

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

Surname

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

UserName

Declaration
[Required]
public string UserName { get; set; }
Property Value
Type Description
System.String

Implements

IHasConcurrencyStamp
Back to top Powered by Volosoft