Class ViewDetailsModalModel.UserInfoViewModel
Inheritance
ViewDetailsModalModel.UserInfoViewModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class ViewDetailsModalModel.UserInfoViewModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
UserInfoViewModel()
Declaration
public UserInfoViewModel()
Properties
AccessFailedCount
Declaration
public int AccessFailedCount { get; set; }
Property Value
CreatedBy
Declaration
public string CreatedBy { get; set; }
Property Value
CreationTime
Declaration
public DateTime? CreationTime { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
IsExternal
Declaration
public bool IsExternal { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
LastPasswordChangeTime
Declaration
public DateTimeOffset? LastPasswordChangeTime { get; set; }
Property Value
LockoutEnabled
Declaration
public bool LockoutEnabled { get; set; }
Property Value
LockoutEnd
Declaration
public DateTimeOffset? LockoutEnd { get; set; }
Property Value
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
RoleNames
Declaration
public List<string> RoleNames { get; set; }
Property Value
ShouldChangePasswordOnNextLogin
Declaration
public bool ShouldChangePasswordOnNextLogin { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods