DataFunctionOutputCollection Methods TIBCO Spotfire 7.11 API Reference

The DataFunctionOutputCollection type exposes the following members.

Methods

  Name Description
Public method ContainsKey
Check if there is a DataFunctionOutput for the outputParameter.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
Removes the DataFunctionOutput for the outputParameter.
Public method SetColumnsOutput(OutputParameter, ColumnsOutputBuilder)
Sets the output to add columns to a DataTable for the outputParameter.
Public method SetColumnsOutput(OutputParameter, DataTable)
Sets the output to add columns to a DataTable for the outputParameter.
Public method SetDataColumnPropertyOutput
Sets the output to a update a DataColumnDataProperty for the outputParameter. If the property is not present it will be created.
Public method SetDataTablePropertyOutput
Sets the output to a update a DataTableDataProperty for the outputParameter. If the property is not present it will be created.
Public method SetDocumentPropertyOutput
Sets the output to a update a document DataProperty for the outputParameter. If the property is not present it will be created.
Public method SetJoinOutput(OutputParameter, JoinOutputBuilder)
Sets the output to join columns to a DataTable for the outputParameter.
Public method SetJoinOutput(OutputParameter, DataTable, JoinType)
Sets the output to join columns to a DataTable for the outputParameter.
Public method SetPropertyOutput
Sets the output to a update a DataProperty for the outputParameter. If the property is not present it will be created.
Public method SetReplaceDataOutput(OutputParameter, ReplaceDataOutputBuilder)
Sets the output to replace data in a new DataTable for the outputParameter.
Public method SetReplaceDataOutput(OutputParameter, DataTable)
Sets the output to replace data in a new DataTable for the outputParameter.
Public method SetRowsOutput(OutputParameter, RowsOutputBuilder)
Sets the output to adding rows for the outputParameter.
Public method SetRowsOutput(OutputParameter, DataTable)
Sets the output to adding rows for the outputParameter. Matching will occur automatically.
Public method SetTableOutput(OutputParameter, TableOutputBuilder)
Sets the output to create a new DataTable for the outputParameter.
Public method SetTableOutput(OutputParameter, String)
Sets the output to create a new DataTable for the outputParameter.
Public method TryGetValue
Tries to get a DataFunctionOutput for the outputParameter.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference