DataFunctionOutputCollection Class TIBCO Spotfire 7.12 API Reference
Represents the declarations on how to handle the results for OutputParameters in a DataFunction.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.DocumentModelNode
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Data.DataFunctionsDataFunctionOutputCollection

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class DataFunctionOutputCollection : DocumentNode, 
	IEnumerable<DataFunctionOutput>, IEnumerable

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 methodTryGetValue
Tries to get a DataFunctionOutput for the outputParameter.
Top
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate methodIServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
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 methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference