This is a DataSelection representing a marking of rows in
the DataTables.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.DataDataSelection
Spotfire.Dxp.DataDataMarkingSelection
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(71, 0)] public sealed class DataMarkingSelection : DataSelection
The DataMarkingSelection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataMarkingSelection | Initializes a new instance of the DataMarkingSelection class. |
Properties
| Name | Description | |
|---|---|---|
| Color | Gets or sets the color that should be used when drawing this
marking selection. | |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Name | Gets or sets the name of the selection.
(Inherited from DataSelection.) | |
| ResetBehavior | Obsolete. Gets or sets the behavior of the selection when the
selection is reset.
(Inherited from DataSelection.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetSelection(String, DataTable) | Set the marking selection for a given table. | |
| SetSelection(RowSelection, DataTable) | Set the marking selection for a given table. | |
| SetSelection(String, DataTable, DataSelectionOperation) | Set the marking selection for a given table. | |
| SetSelection(RowSelection, DataTable, DataSelectionOperation) | Set the marking selection for a given table. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetSelectionExpression |
Tries to get the selection expression.
(Inherited from DataSelection.) |
Explicit Interface Implementations
Version Information
See Also