Class AssignedRoleViewModel
Inherited Members
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class AssignedRoleViewModel
Constructors
AssignedRoleViewModel()
Declaration
public AssignedRoleViewModel()
Properties
IsAssigned
Declaration
public bool IsAssigned { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsInheritedFromOu
Declaration
public bool IsInheritedFromOu { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |