DataFilteringSelection Class TIBCO Spotfire 7.12 API Reference
This is a DataSelection representing a filtering in the DataTables as a subset of the rows.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.DocumentModelNode
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.DataDataSelection
        Spotfire.Dxp.DataDataFilteringSelection

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(2, 0)]
public sealed class DataFilteringSelection : DataSelection

The DataFilteringSelection type exposes the following members.

Methods

  NameDescription
Public methodGetRelationPropagationBehaviour
When two tables are related the filtering in one table may affect the other table. The setting of propagation of filtering between related tables can be retrieved from this method. Note that this is a property that is set in one direction only, filtering in one table may affect the filtering in another table while the filtering in that table may or may not affect the first table.
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 methodSetRelationPropagationBehavior
When two tables are related the filtering in one table may affect the other table. This propagation of filtering between related tables are modified by this method. Note that this is a property that is set in one direction only, filtering in one table may affect the filtering in another table while the filtering in that table may or may not affect the first table.
Top
Properties

  NameDescription
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