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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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