DataMarkingSelection Class TIBCO Spotfire 7.12 API Reference
This is a DataSelection representing a marking of rows in the DataTables.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodDataMarkingSelection
Initializes a new instance of the DataMarkingSelection class.
Top
Methods

  NameDescription
Public methodGetSelection
Get the row selection for this selection in the given DataTable.
(Inherited from DataSelection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSelection(RowSelection, DataTable)
Set the marking selection for a given table.
Public methodSetSelection(RowSelection, DataTable, DataSelectionOperation)
Set the marking selection for a given table.
Top
Properties

  NameDescription
Public propertyColor
Gets or sets the color that should be used when drawing this marking selection.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsReadOnly
Gets a value indicating whether the selection is read-only or not.
(Inherited from DataSelection.)
Public propertyName
Gets or sets the name of the selection.
(Inherited from DataSelection.)
Public propertyResetBehavior
Gets or sets the behavior of the selection when the selection is reset.
(Inherited from DataSelection.)
Public propertyScope Obsolete.
Gets the scope of this selection.
(Inherited from DataSelection.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference