A list of data selections that are used to filter the data used in the visualization.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsVisualizationFilteringCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 10)] public sealed class VisualizationFilteringCollection : DocumentNode, IEnumerable<DataSelection>, IEnumerable
The VisualizationFilteringCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count | Gets the number of items in this collection.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item | Gets the DataSelection at the specified index.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds the specified data selection to the collection if it doesn't already exists in the collection.
| |
| Contains | Determines whether the specified data selection is part of the collection.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Returns the index of the item in the collection.
| |
| Remove | Removes the specified data selection from the collection.
| |
| RemoveAt | Removes the data selection item at the specified index.
| |
| ReplaceAll | Replaces the contents of this collection with the elements in the
specified dataSelectionscollection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also