Show / Hide Table of Contents

Class EditModalModel.UserInfoViewModel

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

Constructors

UserInfoViewModel()

Declaration
public UserInfoViewModel()

Properties

ConcurrencyStamp

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

Email

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

Id

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

IsActive

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

LockoutEnabled

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

Name

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

PhoneNumber

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

ShouldChangePasswordOnNextLogin

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

Surname

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

UserName

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

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft