Calculation Properties

Spotfire 14.3 API Reference

The Calculation type exposes the following members.

Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsValid
Gets a value indicating whether or not this calculation can be calculated. A calculation may for example be invalid when vital dependencies are missing.
Public propertyName
Gets the unique name of this calculation instance.
Public propertyNeedsRefresh
Gets a value indicating whether or not this calculation needs refreshing (through a call to Execute) to make sure that its results are up-to-date.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTypeId
Gets the type identifier for the Calculation.
Public propertyUpdateBehavior
Gets the CalculationUpdateBehavior of the calculation.
Top
See Also

Reference