DataFlowBuilder Methods

Spotfire 14.3 API Reference

The DataFlowBuilder type exposes the following members.

Methods

  NameDescription
Public methodAddTransformation
Adds a DataTransformation to the flow.
Public methodBuild
Builds a data flow that can be used as a data source. Includes the original data source and the list of all added data transformations.
Public methodDispose
Dispose method.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute(DataSourcePromptMode)
Executes the flow. A connection to the data source will be made using the DataSourcePromptMode. The data will be passed through the list of DataTransformation's and the result returned.
Public methodExecute(Int32, DataSourcePromptMode)
Executes the flow. A connection to the data source will be made using the DataSourcePromptMode. The data will be passed through the list of DataTransformation's up to the specified step and the result will be returned.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveTransformation
Removes the last added DataTransformation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference