CustomCalculationTSettings, TResults Properties

Spotfire 14.2 API Reference

The CustomCalculationTSettings, TResults generic type exposes the following members.

Properties

  NameDescription
Public propertyCalculationResults
Gets the CalculationResults implementation associated with this calculation.
(Inherited from CalculationTSettings, TResults.)
Public propertyCalculationSettings
Gets the CalculationSettings associated with this calculation.
(Inherited from CalculationTSettings, TResults.)
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.
(Inherited from Calculation.)
Public propertyName
Gets the unique name of this calculation instance.
(Inherited from CalculationTSettings, TResults.)
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.
(Inherited from Calculation.)
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.
(Inherited from Calculation.)
Public propertyUpdateBehavior
Gets the CalculationUpdateBehavior of the calculation.
(Inherited from Calculation.)
Top
See Also

Reference