This a collection of the DataFilteringSelections. This collection can
be retrieved from the DataManager.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.DataDataFilteringSelectionCollection
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 10)] public sealed class DataFilteringSelectionCollection : DocumentNode, IEnumerable<DataFilteringSelection>, IEnumerable
The DataFilteringSelectionCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count | Gets the number of filtering selections.
| |
| DefaultFilteringReference | Gets the default filtering scheme.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item | Gets the filtering selection with the given name.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| Add | Add a new filtering selection.
| |
| Contains | Check if a filtering selection exists for the given
name.
| |
| 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 | Get a enumerator over the filtering selections.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove | Remove a filtering selection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | Try to get a filtering selection.
|
Explicit Interface Implementations
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also