Represents the declarations on how to retrieve the values for
InputParameters in a DataFunction.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModel.Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Data.DataFunctions.DataFunctionInputCollection
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class DataFunctionInputCollection : DocumentNode, IEnumerable<DataFunctionInput>, IEnumerable
The DataFunctionInputCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ContainsKey |
Check if there is a DataFunctionInput for the given InputParameter.
|
![]() | 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, String) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculate 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 calculate 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 calculate on the intersection of all the input selections.
|
![]() | TryGetValue |
Tries to get a DataFunctionInput for the given InputParameter.
|
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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() | IServiceProvider.GetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() | INodeContext.GetAncestor<T> |
Implements GetAncestor<T>().
(Inherited from DocumentNode.) |
![]() ![]() | INodeContext.GetService<T> |
Implements GetService<T>().
(Inherited from DocumentNode.) |
![]() ![]() | INodeContext.IsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.BeginAggregatedTransaction |
Implements BeginAggregatedTransaction().
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also