Show / Hide Table of Contents

Class ViewDetailsModalModel.UserInfoViewModel

Inheritance
object
ViewDetailsModalModel.UserInfoViewModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class ViewDetailsModalModel.UserInfoViewModel : ExtensibleObject

Constructors

UserInfoViewModel()

Declaration
public UserInfoViewModel()

Properties

AccessFailedCount

Declaration
public int AccessFailedCount { get; set; }
Property Value
Type Description
int

CreatedBy

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

CreationTime

Declaration
public DateTime? CreationTime { get; set; }
Property Value
Type Description
DateTime?

Email

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

Id

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

IsActive

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

LastModificationTime

Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
Type Description
DateTime?

LastPasswordChangeTime

Declaration
public DateTimeOffset? LastPasswordChangeTime { get; set; }
Property Value
Type Description
DateTimeOffset?

LockoutEnabled

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

LockoutEnd

Declaration
public DateTimeOffset? LockoutEnd { get; set; }
Property Value
Type Description
DateTimeOffset?

ModifiedBy

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

Name

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

PhoneNumber

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

RoleNames

Declaration
public List<string> RoleNames { get; set; }
Property Value
Type Description
List<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
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft