BaseMap Class TIBCO Spotfire 7.6 API Reference
Maps row indexes between a base view and a derived view. A base view is typically a DataTable and a derived view is a DataView.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataBaseMap

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class BaseMap : IDisposableRuntimePropertyValue

The BaseMap type exposes the following members.

Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBaseRowIndex
Gets the first row index in base view for a certain derived row index.
Public methodGetBaseRowIndexes(Int32)
Converts a derived row index to a set of base row indexes.
Public methodGetBaseRowIndexes(IndexSet)
Converts a set of derived row indexes to a set of base row indexes.
Public methodGetDerivedRowIndex
Gets the first row index in derived view for a certain base row index.
Public methodGetDerivedRowIndexes(Int32)
Converts a base row index to a set of derived row indexes.
Public methodGetDerivedRowIndexes(IndexSet)
Converts a set of base row indexes to a set of derived row indexes.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBaseRowCount
Gets the number of rows in the base view.
Public propertyDerivedRowCount
Gets the number of rows in the derived view.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference