ResultAccumulator Methods

Spotfire 14.3 API Reference

The ResultAccumulator type exposes the following members.

Methods

  NameDescription
Public methodAddColumns(CalculationResultsIdentifier, DataTable, ColumnBuilder)
Adds a column to an existing table or replaces it if it already exist.
Public methodAddColumns(CalculationResultsIdentifier, DataTable, IEnumerableColumnBuilder)
Adds columns to an existing table or replaces them if they already exist.
Public methodAddTable(CalculationResultsIdentifier, String, ColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public methodAddTable(CalculationResultsIdentifier, String, IEnumerableColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public methodDispose
Disposes this ResultAccumulator
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference