Class CurrentUserDto
Inheritance
System.Object
CurrentUserDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
[Serializable]
public class CurrentUserDto
Properties
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public Guid? Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IsAuthenticated
Declaration
public bool IsAuthenticated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Roles
Declaration
public string[] Roles { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |