ActionFlowModal Class

A modal for action flow editing

Definition

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

Constructors

ActionFlowModalInitializes a new instance of the ActionFlowModal class

Properties

CompanyActionFlowsModel Company action flows model
EditContext EditContext for the diagram.
Modal Modal reference
ModalDropdownOptions Dropdown options for the entry ports (accounts, devices, etc.)
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)

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)
ShowAsync Shows the dialog.

See Also