ActionFlowDefinitionsEditor Class

Editor for the ActionFlowDefinitionDto

Definition

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

Constructors

ActionFlowDefinitionsEditorInitializes a new instance of the ActionFlowDefinitionsEditor class

Properties

ActionFlowModal Modal to edit action flows.
ConfirmDialog Modal for confirming an action
ModalDropdownOptions Dropdown options for node ports in the action flow modal. (Accounts, devices, etc.)
NewActionFlowContext Edit context for the NewActionFlowContext
NewActionFlowForm Edit form when creating a new action flow.
NewActionFlowModal Modal to create a new action flow.
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)
TargetId The Company whose action flows are being managed. Empty is used for global action flows.

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