DataNodeCollection Methods TIBCO Spotfire 7.6 API Reference

The DataNodeCollection type exposes the following members.

Methods

  Name Description
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetChildren(IEnumerableInt32)
Get the child nodes given an enumeration of node indexes.
Public method GetChildren(Int32)
Get the child nodes given a node index.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetEnumerator(IDataNodeProducer)
Get an enumerator of the nodes in the collection.
Public method GetEnumerator(IEnumerableInt32, IDataNodeProducer)
Get an enumerator of a subset of the nodes in the collection.
Public method GetParents(IEnumerableInt32)
Get the parent nodes given an enumeration of node indexes.
Public method GetParents(Int32)
Get the parent nodes given a node index.
Public method GetSiblings
Get the siblings given a node index.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Get the index of the node that has the given value.
Public method Intersect
Get the intersection of the node collections. The nodes must be defined on the same hierarchy level.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Subset
Get a subset of the nodes in the collection.
Public method Subtract
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.
Public method Toggle
Toggle the nodes (xor) between the two collections. The nodes must be defined on the same hierarchy level.
Public method Union
Get the union of the node collections. The nodes must be defined on the same hierarchy level.
Top
See Also

Reference