DataPA Enterprise Dashboard Controls API Reference

The FilterNodes type exposes the following members.

Constructors

  Name Description
Public method FilterNodes()()()()
Creates and returns a new FilterNodes object.
Public method FilterNodes(Object)
Creates and returns a new FilterNodes object.

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 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.
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Count
Gets the number of FilterNodes in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property FilterString
Gets the filter string built from the selected nodes in this collection.
Public property GetNodeByID
Gets a descendant filternode using a specific ID
Public property Item[([( Int32])])
Gets and sets a FilterNode in this collection.
Public property Item[([( String])])
Gets and sets a FilterNode in this collection.
Public property Parent
Gets an object that represents the parent of this object.

See Also