RoleDefinitionsTab Class

This tab allows the user to define the custom roles that are available in the system ad view the inbuilt roles.

Definition

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

Constructors

RoleDefinitionsTabInitializes a new instance of the RoleDefinitionsTab class

Properties

CurrentRole The current role the user is editing/viewing
OnRoleChanged Invoked when the user wants selects an existing role.
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)

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