ResultAccumulator Methods TIBCO Spotfire 7.6 API Reference

The ResultAccumulator type exposes the following members.

Methods

  Name Description
Public method AddColumns(CalculationResultsIdentifier, DataTable, ColumnBuilder)
Adds a column to an existing table or replaces it if it already exist.
Public method AddColumns(CalculationResultsIdentifier, DataTable, IEnumerableColumnBuilder)
Adds columns to an existing table or replaces them if they already exist.
Public method AddTable(CalculationResultsIdentifier, String, ColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public method AddTable(CalculationResultsIdentifier, String, IEnumerableColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public method Dispose
Disposes this ResultAccumulator
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
See Also

Reference