Click or drag to resize
FilterNode Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that represents a specific node in a treeview filter panel.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardFilterNode

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class FilterNode : _FilterNode, ISerializable

The FilterNode type exposes the following members.

Constructors
  NameDescription
Public methodFilterNode
Creates and returns a new FilterNode object
Public methodFilterNode(FilterNodes, String, Object)
Creates and returns a new FilterNode object
Public methodFilterNode(FilterNodes, String, Object, Boolean)
Creates and returns a new FilterNode object
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyChecked
Gets and sets a value that indicates whether this node is checked.
Public propertyCOMValue
Gets and sets the selected value that this treeview node returns. (String version for COM, which cannot expose object properties).
Public propertyDisplayValue
Gets the display value that will be used to display the treeview node.
Public propertyExpanded
Gets and sets a property that indicates if this node should be expanded when the tree is rebuilt.
Public propertyFilterNodes
Gets and sets the child FilterNodes collection for this FilterNode.
Public propertyFilterString
Gets the filter string that this node represents.
Public propertyGroupColumn
Gets the group column that represents this treeview node.
Public propertyHasCheckedDescendant
Gets a value that indicates if this node has any descendant nodes with a checked property of true.
Public propertyHasDescendants
Gets a value that indicates if this node has any descendant nodes.
Public propertyHasUnCheckedDescendant
Gets a value that indicates if this node has any descendant nodes with a checked property of false.
Public propertyID
Gets a String that uniquely identifies this FilterNode.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets a FilterNodes object that represents the parent of this object.
Public propertyValue
Gets and sets the value that this node represents.
Top
Remarks