CalculationCollection Methods TIBCO Spotfire 7.11 API Reference

The CalculationCollection type exposes the following members.

Methods

  Name Description
Public method AddNew(TypeIdentifier)
Adds a new instance of the calculation identified by typeId to this collection.
Public method AddNewTCalculation
Adds a new instance of the given calculation type to this collection.
Public method Contains(String)
Determine if the collection contains the Calculation instance identified by calculationName
Public method Contains(T)
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.)
Public method FindCalculations(Type)
Finds all Calculations of type calculationType
Public method FindCalculations(TypeIdentifier)
Finds all Calculations with TypeIdentifiertypeId.
Public method FindCalculationsTCalculation
Finds all calculations of type TCalculation
Public method GetEnumerator
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.)
Public method Remove
Completely removes the execution and all its results such as tables or columns.
Public method ToArray
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.)
Public method TryGetCalculation
Tries to get a Calculation instance by name.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.)
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