Click or drag to resize
INodeCollection Interface
Collection node nodes in the flow model

Namespace: FlexRule.Flows.Model
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface INodeCollection : IEnumerable<Node>, 
	IEnumerable

The INodeCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns total number of available node in the collection
Public propertyFinalNode
Final node of the collection that internal execution will be finished when reached
Public propertyInitialNode
Initial node of the collection that execution will pick it to start
Public propertyItemInt32
Get a node by index
Public propertyItemString
Get a node by name
Top
Methods
  NameDescription
Public methodExist
Checks if the name of node exists
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableNode.)
Top
Extension Methods
See Also