Class IdentityUserDto
Inheritance
IdentityUserDto
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public class IdentityUserDto : ExtensibleFullAuditedEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete, IMultiTenant, IHasConcurrencyStamp, IHasEntityVersion
Constructors
IdentityUserDto()
Declaration
Properties
AccessFailedCount
Declaration
public int AccessFailedCount { get; set; }
Property Value
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
EntityVersion
Declaration
public int EntityVersion { get; set; }
Property Value
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
IsExternal
Declaration
public bool IsExternal { get; set; }
Property Value
IsLockedOut
Declaration
public bool IsLockedOut { 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
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
RoleNames
Declaration
public List<string> RoleNames { get; set; }
Property Value
ShouldChangePasswordOnNextLogin
Declaration
public bool ShouldChangePasswordOnNextLogin { get; set; }
Property Value
SupportTwoFactor
Declaration
public bool SupportTwoFactor { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
TwoFactorEnabled
Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods