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
Spotfire.Dxp.DataDataHistoryBuilder
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 DataHistoryBuilder
The DataHistoryBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDetail |
Adds detail information to the data history.
| |
AddDetailGroup |
Adds a detail group to the data history.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Remarks
Version Information
See Also