Click or drag to resize
FilterNodes Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of FilterNodes.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardFilterNodes

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class FilterNodes : _FilterNodes, 
	IEnumerable, IEnumerator, ISerializable

The FilterNodes type exposes the following members.

Constructors
  NameDescription
Public methodFilterNodes
Creates and returns a new FilterNodes object.
Public methodFilterNodes(Object)
Creates and returns a new FilterNodes object.
Top
Methods
  NameDescription
Public methodAdd(FilterNode)
Adds a FilterNode to this collection.
Public methodAdd(FilterNode, Boolean)
Adds a FilterNode to this collection.
Public methodContains
Returns a value that indicates if an object with the ID exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstObject
Gets the first Object in the collection.
Public methodGetNextObject
Gets the Next Object in the collection.
Public methodGetObjectData
Public methodIncludesList
Gets a value that indicates whether the treeview this filter nodes collection participates in includes a column that is a list of values
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRemove(Int32)
Removes a FilterNode from this collection.
Public methodRemove(String)
Removes a FilterNode from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of FilterNodes in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyFilterString
Gets the filter string built from the selected nodes in this collection.
Public propertyGetNodeByID
Gets a descendant filternode using a specific ID
Public propertyItemInt32
Gets and sets a FilterNode in this collection.
Public propertyItemString
Gets and sets a FilterNode in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets an object that represents the parent of this object.
Public propertyRequiresLongFormTreeviewFilter
Top
Remarks