Click or drag to resize
NodeCollection Constructor (IEnumerableNode, Node, Node)
Collection reference node for an isolated group node. It is isolated which means it must have an initial and final node To make sure it can act as an inner flow with a defined life cycle

Namespace: FlexRule.Flows.Model
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public NodeCollection(
	IEnumerable<Node> nodes,
	Node initialNode,
	Node finalNode
)

Parameters

nodes
Type: System.Collections.GenericIEnumerableNode
A reference to all nodes available in the collection
initialNode
Type: FlexRule.Flows.Model.NodesNode
A starting point on inner flow that must be defined
finalNode
Type: FlexRule.Flows.Model.NodesNode
An ending point on inner flow that must be defined
See Also