Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets the node at the given index.
Gets the number of nodes in the collection.
Gets the mapping between the rows in the column/table and the nodes in the hierarchy level.
Get the child nodes given a node index.
The node index.
A collection of child nodes, could be empty.
Get the child nodes given an enumeration of node indexes.
The node indexes to get children for.
A collection of the child nodes, could be empty.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Get an enumerator of the nodes in the collection.
An Spotfire.Dxp.Data.IDataNodeProducer to create the DataNode used when enumerating.
An enumerator of the nodes.
Get an enumerator of a subset of the nodes in the collection.
An enumerator of the node indexes to enumerate.
An Spotfire.Dxp.Data.IDataNodeProducer to create the DataNode used when enumerating.
An enumerator of the nodes.
Get the parent nodes given a node index.
The node index.
A collection of the parent nodes, could be empty.
Get the parent nodes given an enumeration of node indexes.
The node indexes to get parents for.
A collection of the parent nodes, could be empty.
Get the siblings given a node index.
The node index.
A collection of sibling nodes, could be empty.
Get the intersection of the node collections. The nodes must be defined on the same hierarchy level.
The node collection to intersect with.
A collection of the nodes that intersect.
Get a subset of the nodes in the collection.
The nodes to include in the subset.
A collection which contains the nodes in the subset.
Create a new node collection where the nodes in the argument collection are removed from this collection. The nodes must be defined on the same hierarchy level.
The node collection which defines which nodes to remove.
A collection where the argument nodes are removed.
Toggle the nodes (xor) between the two collections. The nodes must be defined on the same hierarchy level.
The node collection to toggle with.
A collection of the toggle of the nodes.
Get the union of the node collections. The nodes must be defined on the same hierarchy level.
The node collection to union with.
A collection of the union of the nodes.
A collection of nodes in a hierarchy level.
Since
2.0