RoleDefinitionEditor Class

Editor for a specific role definition RoleDto

Definition

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

Constructors

RoleDefinitionEditorInitializes a new instance of the RoleDefinitionEditor class

Properties

ConfirmDialog Confirm dialog when deleting the role.
CurrentRole The current role the user is editing/viewing
IsNewRole Whether the currently selected role is a new role or not.
OnRoleChanged Invoked when the role has been created or updated.
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)
RoleEditContext Edit context for the CurrentRole

Methods

See Also