| FilterNodes Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class FilterNodes : _FilterNodes, IEnumerable, IEnumerator, ISerializable
The FilterNodes type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterNodes |
Creates and returns a new FilterNodes object.
| |
| FilterNodes(Object) |
Creates and returns a new FilterNodes object.
|
| Name | Description | |
|---|---|---|
| Add(FilterNode) |
Adds a FilterNode to this collection.
| |
| Add(FilterNode, Boolean) |
Adds a FilterNode to this collection.
| |
| Contains |
Returns a value that indicates if an object with the ID exists in the collection.
| |
| GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
| GetFirstObject |
Gets the first Object in the collection.
| |
| GetNextObject |
Gets the Next Object in the collection.
| |
| GetObjectData | ||
| IncludesList |
Gets a value that indicates whether the treeview this filter nodes collection participates in includes a column that is a list of values
| |
| MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
| ReBuild |
Rebuilds the collection using the order specified in the IDs array.
| |
| Remove(Int32) |
Removes a FilterNode from this collection.
| |
| Remove(String) |
Removes a FilterNode from this collection.
| |
| Reset |
Implements System.Collections.IEnumerator.Reset.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of FilterNodes in this collection.
| |
| Current |
Implements System.Collections.IEnumerator.Current.
| |
| FilterString |
Gets the filter string built from the selected nodes in this collection.
| |
| GetNodeByID |
Gets a descendant filternode using a specific ID
| |
| ItemInt32 |
Gets and sets a FilterNode in this collection.
| |
| ItemString |
Gets and sets a FilterNode in this collection.
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets an object that represents the parent of this object.
| |
| RequiresLongFormTreeviewFilter |