Class CurrentUserDto
Inheritance
object
CurrentUserDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentUserDto
Constructors
CurrentUserDto()
Declaration
Properties
Email
Declaration
public string Email { get; set; }
Property Value
EmailVerified
Declaration
public bool EmailVerified { get; set; }
Property Value
Id
Declaration
public Guid? Id { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
ImpersonatorTenantId
Declaration
public Guid? ImpersonatorTenantId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
ImpersonatorTenantName
Declaration
public string ImpersonatorTenantName { get; set; }
Property Value
ImpersonatorUserId
Declaration
public Guid? ImpersonatorUserId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
ImpersonatorUserName
Declaration
public string ImpersonatorUserName { get; set; }
Property Value
IsAuthenticated
Declaration
public bool IsAuthenticated { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
PhoneNumberVerified
Declaration
public bool PhoneNumberVerified { get; set; }
Property Value
Roles
Declaration
public string[] Roles { get; set; }
Property Value
| Type |
Description |
| string[] |
|
SurName
Declaration
public string SurName { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type |
Description |
| System.Guid? |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Extension Methods