Click or drag to resize
IFlowNodes Interface

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

The IFlowNodes type exposes the following members.

Properties
  NameDescription
Public propertyTransitions
Top
Methods
  NameDescription
Public methodAddNode
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableNode.)
Public methodIndexOf
Public methodRemove
Top
Extension Methods
See Also