Click or drag to resize
FilterNodes Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The FilterNodes type exposes the following members.

Methods
  Name Description
Public method Add(FilterNode)
Adds a FilterNode to this collection.
Public method Add(FilterNode, Boolean)
Adds a FilterNode to this collection.
Public method Contains
Returns a value that indicates if an object with the ID exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetFirstObject
Gets the first Object in the collection.
Public method GetNextObject
Gets the Next Object in the collection.
Public method GetObjectData
Public method IncludesList
Gets a value that indicates whether the treeview this filter nodes collection participates in includes a column that is a list of values
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method ReBuild
Rebuilds the collection using the order specified in the IDs array.
Public method Remove(Int32)
Removes a FilterNode from this collection.
Public method Remove(String)
Removes a FilterNode from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Top
See Also