RoleAssignmentModal Class

A modal to assign roles to users within a particular scope.

Definition

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

Constructors

RoleAssignmentModalInitializes a new instance of the RoleAssignmentModal class

Properties

EditContext Edit context
Modal Modal reference
Model Model for the role assignment
OnClose Invoked when the modal closes. The bool parameter indicates if the modal was closed with a newly created role assignment.
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 we are assigning roles within.

Methods

See Also