Represents the declarations on how to retrieve the values for
InputParameters in a DataFunction.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Data.DataFunctionsDataFunctionInputCollection
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(52, 0)] public sealed class DataFunctionInputCollection : DocumentNode, IEnumerable<DataFunctionInput>, IEnumerable
The DataFunctionInputCollection 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 DataFunctionInput for the given InputParameter.
| |
| 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 DataFunctionInput for the given InputParameter.
| |
| SetInput(InputParameter, ActionDataViewDefinition) | ||
| SetInput(InputParameter, String) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculated on all rows in the input.
| |
| SetInput(InputParameter, String, DataSelection) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculated on the intersection of all the input selections.
| |
| SetInput(InputParameter, String, Boolean, DataSelection) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculated on the intersection of all the input selections.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Tries to get a DataFunctionInput for the given InputParameter.
|
Explicit Interface Implementations
Version Information
See Also