This a collection of the DataMarkingSelection objects. This collection can
be retrieved from the DataManager.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.DataDataMarkingSelectionCollection
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 10)] public sealed class DataMarkingSelectionCollection : DocumentNode, IEnumerable<DataMarkingSelection>, IEnumerable
The DataMarkingSelectionCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count | Gets the number of marking selections. | |
| DefaultMarkingReference | Get or set the default marking. | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item | Get a data marking selection from a name. | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| Add | Add a new data marking selection. | |
| Contains | Check if there exists a marking of 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 | Enumerate over the data marking selections. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove | Remove a data marking selection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | Try to get a marking selection. |
Explicit Interface Implementations
Version Information
See Also