DataFunctionInputCollection Methods TIBCO Spotfire 7.11 API Reference

The DataFunctionInputCollection type exposes the following members.

Methods

  Name Description
Public method ContainsKey
Check if there is a DataFunctionInput for the given InputParameter.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
Removes the DataFunctionInput for the given InputParameter.
Public method 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.
Public method 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.
Public method 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.
Public method TryGetValue
Tries to get a DataFunctionInput for the given InputParameter.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference