Represents the declarations on how to handle the results for
OutputParameters in a DataFunction.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Data.DataFunctionsDataFunctionOutputCollection
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class DataFunctionOutputCollection : DocumentNode, IEnumerable<DataFunctionOutput>, IEnumerable
The DataFunctionOutputCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| ContainsKey |
Check if there is a DataFunctionOutput for the outputParameter.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes the DataFunctionOutput for the outputParameter.
| |
| SetColumnsOutput(OutputParameter, ColumnsOutputBuilder) | Sets the output to add columns to a DataTable for the outputParameter.
| |
| SetColumnsOutput(OutputParameter, DataTable) | Sets the output to add columns to a DataTable for the outputParameter.
| |
| SetDataColumnPropertyOutput | Sets the output to a update a DataColumnDataProperty for the outputParameter.
If the property is not present it will be created.
| |
| SetDataTablePropertyOutput | Sets the output to a update a DataTableDataProperty for the outputParameter.
If the property is not present it will be created.
| |
| SetDocumentPropertyOutput | Sets the output to a update a document DataProperty for the outputParameter.
If the property is not present it will be created.
| |
| SetJoinOutput(OutputParameter, JoinOutputBuilder) | Sets the output to join columns to a DataTable for the outputParameter.
| |
| SetJoinOutput(OutputParameter, DataTable, JoinType) | Sets the output to join columns to a DataTable for the outputParameter.
| |
| SetPropertyOutput | Sets the output to a update a DataProperty for the outputParameter.
If the property is not present it will be created.
| |
| SetReplaceDataOutput(OutputParameter, ReplaceDataOutputBuilder) | Sets the output to replace data in a new DataTable for the outputParameter.
| |
| SetReplaceDataOutput(OutputParameter, DataTable) | Sets the output to replace data in a new DataTable for the outputParameter.
| |
| SetRowsOutput(OutputParameter, RowsOutputBuilder) | Sets the output to adding rows for the outputParameter.
| |
| SetRowsOutput(OutputParameter, DataTable) | Sets the output to adding rows for the outputParameter. Matching will occur automatically.
| |
| SetTableOutput(OutputParameter, TableOutputBuilder) | Sets the output to create a new DataTable for the outputParameter.
| |
| SetTableOutput(OutputParameter, String) | Sets the output to create a new DataTable for the outputParameter.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Tries to get a DataFunctionOutput for the outputParameter.
|
Explicit Interface Implementations
Version Information
See Also