| NodeCollection Class |
Namespace: FlexRule.Flows.Model
[SerializableAttribute] public class NodeCollection : INodeCollection, IEnumerable<Node>, IEnumerable
The NodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| NodeCollection(IEnumerableNode) | ||
| NodeCollection(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
| |
| NodeCollection(IEnumerableNode, String, String) |
| Name | Description | |
|---|---|---|
| Count | ||
| FinalNode | ||
| InitialNode | ||
| ItemInt32 | ||
| ItemString |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Exist | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DistinctByNode, TKey | (Defined by LinqExtensions.) | |
| IndexOfNode | (Defined by StringTokenExtensions.) | |
| TakeLastNode |
Takes n last numbers of a source
(Defined by LinqExtensions.) |