ActionFlowAssignmentsEditor Class

Assigns action flows to the events for a company, or the global default.

Definition

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

Constructors

ActionFlowAssignmentsEditorInitializes a new instance of the ActionFlowAssignmentsEditor class

Properties

AvailableDefinitionsByEventType The action flow assignments for the company, based on the event they can be applied to.
EditContext Current form context for the assignment of action flows.
EnableEventOverride Whether to enable the event override for the selected event.
EventTypes The events available to assign action flows to.
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)
SelectedEvent Currently selected event to edit the action flow assignment for.
TargetId The company to assign the action flows to. If left Guid.Empty, the global defaults will be available for editing.

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)
OnInitialized Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
(Overrides ComponentBaseOnInitialized)

See Also