public class RoleAssignmentsTab : MtBaseComponent| RoleAssignmentsTab | Initializes a new instance of the RoleAssignmentsTab class |
| IsActiveTab | Whether the tab is active at startup. |
| Modal | Modal shown when creating a new role assignment |
| OnClick | This event fires when the user clicks the corresponding tab button and the tab is displayed. |
| RequiredPermissionsForManage |
Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage) |
| RequiredPermissionsForView |
Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView) |
| Scope | The scope to manage role assignments for |
| BuildRenderTree | (Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder)) |
| LoadData |
Loads the data that the component requires to get out of preview.
It is invoked in the OnParametersSetAsync method of MtBaseComponent (Overrides MtBaseComponentLoadData) |