Class IdentityUserIdWithRoleNames
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentityUserIdWithRoleNames
Constructors
IdentityUserIdWithRoleNames()
Declaration
public IdentityUserIdWithRoleNames()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
RoleNames
Declaration
public string[] RoleNames { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |