RoleAssignmentsTab Class

Tab for item editors, to display the role assignments for the scope of the object. Can be applied to EnvironmentDto's, AccountDto's and DeviceDto's.

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class RoleAssignmentsTab : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    RoleAssignmentsTab

Constructors

RoleAssignmentsTabInitializes a new instance of the RoleAssignmentsTab class

Properties

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

Methods

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)

See Also