| FilterNode Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class FilterNode : _FilterNode, ISerializable
The FilterNode type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterNode |
Creates and returns a new FilterNode object
| |
| FilterNode(FilterNodes, String, Object) |
Creates and returns a new FilterNode object
| |
| FilterNode(FilterNodes, String, Object, Boolean) |
Creates and returns a new FilterNode object
|
| Name | Description | |
|---|---|---|
| GetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Checked |
Gets and sets a value that indicates whether this node is checked.
| |
| COMValue |
Gets and sets the selected value that this treeview node returns. (String version for COM, which cannot expose object properties).
| |
| DisplayValue |
Gets the display value that will be used to display the treeview node.
| |
| Expanded |
Gets and sets a property that indicates if this node should be expanded when the tree is rebuilt.
| |
| FilterNodes |
Gets and sets the child FilterNodes collection for this FilterNode.
| |
| FilterString |
Gets the filter string that this node represents.
| |
| GroupColumn |
Gets the group column that represents this treeview node.
| |
| HasCheckedDescendant |
Gets a value that indicates if this node has any descendant nodes with a checked property of true.
| |
| HasDescendants |
Gets a value that indicates if this node has any descendant nodes.
| |
| HasUnCheckedDescendant |
Gets a value that indicates if this node has any descendant nodes with a checked property of false.
| |
| ID |
Gets a String that uniquely identifies this FilterNode.
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets and sets a FilterNodes object that represents the parent of this object.
| |
| Value |
Gets and sets the value that this node represents.
|