Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets the element at the specified index.
Gets the context of this node.
Gets the number of elements contained in this instance.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds a new instance of the calculation identified by typeId to this collection.
The Spotfire.Dxp.Framework.DocumentModel.TypeIdentifier for the Spotfire.Dxp.Data.Calculation to add
The calculation object constructed and added to this collection.
Adds a new instance of the given calculation type to this collection.
Generic type argument
The calculation object constructed and added to this collection.
Determine if the collection contains the Spotfire.Dxp.Data.Calculation instance identified by calculationName
The name of the instance to look up
True if an instance with that name exists false otherwise.
Determines whether the specified value is in this collection.
The object to locate in this collection. The value can be null.
true if value is found in this collection; otherwise, false.
Finds all Calculations of type calculationType
The type of the calculation to look for.
All calculations of type calculationType
Finds all Calculations with Spotfire.Dxp.Framework.DocumentModel.TypeIdentifiertypeId.
The typeId to look for.
All Calculations with Spotfire.Dxp.Framework.DocumentModel.TypeIdentifiertypeId
Finds all calculations of type TCalculation
Generic type argument
All calculations of this type.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
The object to locate. The value can be null.
The zero-based index of the first occurrence of value within this collection, if found; otherwise, -1.
Completely removes the execution and all its results such as tables or columns.
The calculation.
true if operation succeeded; false otherwise.
Copies the elements of the collection to a new array.
An array containing the elements.
Tries to get a Spotfire.Dxp.Data.Calculation instance by name.
The name of the calculation.
The Spotfire.Dxp.Data.Calculation to fill in.
True if a calculation with calculationName was found, false otherwise.
A collection of calculation instances.
Since
2.0