This is a DataSelection representing a marking of rows in
the DataTables.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelNode
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.DataDataSelection
Spotfire.Dxp.DataDataMarkingSelection
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(14, 0)] public sealed class DataMarkingSelection : DataSelection, IDocumentNodeState
The DataMarkingSelection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataMarkingSelection | Initializes a new instance of the DataMarkingSelection class. |
Methods
| Name | Description | |
|---|---|---|
| GetSelection | Get the row selection for this selection in the given
DataTable.
(Inherited from DataSelection.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetSelection(RowSelection, DataTable) | Set the marking selection for a given table. | |
| SetSelection(RowSelection, DataTable, DataSelectionOperation) | Set the marking selection for a given table. |
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.) | |
| IsReadOnly | Gets a value indicating whether the selection is read-only or not.
(Inherited from DataSelection.) | |
| Name | Gets or sets the name of the selection.
(Inherited from DataSelection.) | |
| ResetBehavior | Gets or sets the behavior of the selection when the
selection is reset.
(Inherited from DataSelection.) | |
| Scope | Obsolete. Gets the scope of this selection.
(Inherited from DataSelection.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) | |
| INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) | |
| INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) | |
| INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) | |
| ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) | |
| ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
See Also