The DataRelationshipsCalculation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CalculationResults |
Gets the CalculationResults implementation associated with this calculation.
(Inherited from CalculationTSettings, TResults.) | |
| CalculationSettings |
Gets the CalculationSettings associated with this calculation.
(Inherited from CalculationTSettings, TResults.) | |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| IsValid |
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.) | |
| Name |
Gets the unique name of this calculation instance.
(Inherited from CalculationTSettings, TResults.) | |
| NeedsRefresh |
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.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| TypeId | Gets the type identifier for the Calculation.
(Inherited from Calculation.) | |
| UpdateBehavior |
Gets the CalculationUpdateBehavior of the calculation.
(Inherited from Calculation.) |
See Also