DataFlowBuilder Methods TIBCO Spotfire 7.6 API Reference

The DataFlowBuilder type exposes the following members.

Methods

  Name Description
Public method AddTransformation
Adds a DataTransformation to the flow.
Public method Build
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 method Dispose
Dispose method.
Public method Execute(DataSourcePromptMode)
Executes the flow. A connection to the DataSource will be made using the DataSourcePromptMode. The data will be passed through the list of DataTransformation's and the result returned.
Public method Execute(Int32, DataSourcePromptMode)
Executes the flow. A connection to the DataSource 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.
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.)
Public method RemoveTransformation
Removes the last added DataTransformation.
Top
See Also

Reference