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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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