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.
Gets the context of this node.
Gets a value indicating whether this node is attached.
Gets whether or not a settings object is new, that is, is associated with a calculation instance that has not been executed yet.
Gets a collection of methods for executing transactions on the document.
Gets the update behavior of the calculation.
Validates the suggested columns, filtering selections and marking selections with respect to the current Settings and Results. In particular this means checking for circular references. This method is meant to be called from a dialog before allowing the user to set up dependencies that would cause errors. If the implementer forgets to do this the framework will run the same check before trying to calculate but without any chance for the user to modify their choices.
Suggested dependencycolumns
Suggested Spotfire.Dxp.Data.DataFilteringSelection:s
Suggested Spotfire.Dxp.Data.DataMarkingSelection:s
A Spotfire.Dxp.Application.Calculations.CalculationSettingsValidationResult object containing any errors or warnings that was the result of the check. These can then be displayed to the user so they can modify their choices.
Base class for calculation settings. Holds the input to a calculation and uses it to determine when the calculation needs to be rerun, invalidated etc. This class must be extended to implement a specialized settings class that is suited for a concrete calculations implementation.
Since
2.0