ActionFlowAssignmentsTabT Class

Shows the assignments of ActionFlowDefinitionDto of the current Item

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ActionFlowAssignmentsTab<T> : MtBaseComponent
where T : class, IIdLabel, IHasCompany, IHasEnvironment
Inheritance
Object    ComponentBase    MtBaseComponent    ActionFlowAssignmentsTabT

Type Parameters

T
The type of item to work with (Either a DeviceDto or EnvironmentDto)

Constructors

ActionFlowAssignmentsTabTInitializes a new instance of the ActionFlowAssignmentsTabT class

Properties

ActionFlowAssignmentEditorModal This modal is used to add or edit assignments. It will be triggered when the user clicks the "Add Assignment" button or the edit button on an existing assignment.
ActionFlowsAssignmentsTable The table containing the action flow assignments.
AvailableDefinitionsByEventType The action flow assignments for the company, based on the event they can be applied to.
ConfirmDialog Confirmation dialog to show when the user tries to delete an assignment, to confirm the action.
IsActiveTab Whether this tab is active at startup.
Item Item to retrieve assignments for.
OnClick This event fires when the user clicks the corresponding tab button and the tab is displayed.

See Also