DataHistoryBuilder Class TIBCO Spotfire 6.0 API Reference
Represents a builder class to create detail information for the data history. The builder is used to add information to the data history for custom extensions such as DataTransformation, DataSource, Calculation, and so forth.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataHistoryBuilder

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

public sealed class DataHistoryBuilder
Remarks

The details can be added as a single information with the method AddDetail(String) or add a group of informations using the method AddDetailGroup(String).
See Also