Class IdentityUserExportDto
Inheritance
IdentityUserExportDto
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserExportDto
Constructors
IdentityUserExportDto()
Declaration
public IdentityUserExportDto()
Properties
AccessFailedCount
Declaration
public string AccessFailedCount { get; set; }
Property Value
AccountLookout
Declaration
public string AccountLookout { get; set; }
Property Value
Active
Declaration
public string Active { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
EmailConfirmed
Declaration
public string EmailConfirmed { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Roles
Declaration
public string Roles { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
TwoFactorEnabled
Declaration
public string TwoFactorEnabled { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Extension Methods