DiagramsFactoryParametersNode Method

Generates a node that contains parameters for the action flow.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static ActionParametersNodeModel ParametersNode(
	int mainNodePortCount,
	ActionFlowDefinitionDto actionFlowDefinitionDto,
	ModalDropdownOptions options
)

Parameters

mainNodePortCount  Int32
Amount of ports on the start node (so we can move the parameters node just below it)
actionFlowDefinitionDto  ActionFlowDefinitionDto
Action Flow dataset to keep track of the parameters.
options  ModalDropdownOptions
Dropdown options for default values (accounts, devices, etc)

Return Value

ActionParametersNodeModel

[Missing <returns> documentation for "M:MobileTrack.Web.Components.Extensions.DiagramsFactory.ParametersNode(System.Int32,MobileTrack.Common.Models.ActionFlows.ActionFlowDefinitionDto,MobileTrack.Web.Components.Components.Modals.ModalDropdownOptions)"]

See Also