DataFunctionOutputCollection Methods

Spotfire 14.3 API Reference

The DataFunctionOutputCollection type exposes the following members.

Methods

  NameDescription
Public methodContainsKey
Check if there is a DataFunctionOutput for the outputParameter.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the DataFunctionOutput for the outputParameter.
Public methodSetColumnsOutput(OutputParameter, ColumnsOutputBuilder)
Sets the output to add columns to a DataTable for the outputParameter.
Public methodSetColumnsOutput(OutputParameter, DataTable)
Sets the output to add columns to a DataTable for the outputParameter.
Public methodSetDataColumnPropertyOutput
Sets the output to a update a DataColumnDataProperty for the outputParameter. If the property is not present it will be created.
Public methodSetDataTablePropertyOutput
Sets the output to a update a DataTableDataProperty for the outputParameter. If the property is not present it will be created.
Public methodSetDocumentPropertyOutput
Sets the output to a update a document DataProperty for the outputParameter. If the property is not present it will be created.
Public methodSetJoinOutput(OutputParameter, JoinOutputBuilder)
Sets the output to join columns to a DataTable for the outputParameter.
Public methodSetJoinOutput(OutputParameter, DataTable, JoinType)
Sets the output to join columns to a DataTable for the outputParameter.
Public methodSetPropertyOutput
Sets the output to a update a DataProperty for the outputParameter. If the property is not present it will be created.
Public methodSetReplaceDataOutput(OutputParameter, ReplaceDataOutputBuilder)
Sets the output to replace data in a new DataTable for the outputParameter.
Public methodSetReplaceDataOutput(OutputParameter, DataTable)
Sets the output to replace data in a new DataTable for the outputParameter.
Public methodSetRowsOutput(OutputParameter, RowsOutputBuilder)
Sets the output to adding rows for the outputParameter.
Public methodSetRowsOutput(OutputParameter, DataTable)
Sets the output to adding rows for the outputParameter. Matching will occur automatically.
Public methodSetTableOutput(OutputParameter, TableOutputBuilder)
Sets the output to create a new DataTable for the outputParameter.
Public methodSetTableOutput(OutputParameter, String)
Sets the output to create a new DataTable for the outputParameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Tries to get a DataFunctionOutput for the outputParameter.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference