Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
Gets a collection of methods for executing transactions on the document.
Gets the Spotfire.Dxp.Data.CalculationUpdateBehavior of the calculation.
This determines whether the calculation should be reexecuted immediately when dependencies change or just indicate their need of refresh. Note that columns residing in a normal table will also be asked to recalculate themselves when the rowcount of their table changes regardless of their normal UpdateBehavior. Note that automatic update behavior does not apply to filterdependencies which will never cause an automatic update. If filterdependencies are used it is recommended to use Invalidate behavior instead to ensure a smooth user experience when filtering.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Set the unique (within the CalculationCollection) name of this Spotfire.Dxp.Data.Calculation instance.
The name suggestion
If suggestedName is unique it is used and returned, otherwise it is first made unique by adding (2), (3) etc.
Abstract class representing a calculation.
Remark
This class cannot be extended through inheritance. See Spotfire.Dxp.Application.Extension.CustomCalculation instead
Since
2.0