IAlgorithmSettings

Assembly: Algo;

Description

The IAlgorithmSettings interface is used to set up calculation algorithm.

Inheritance Hierarchy

          IAlgorithmSettings

Comments

Calculation algorithm settings can be divided into two groups:

Properties

  Property name Brief description
CheckArithmeticErrors The CheckArithmeticErrors property determines whether arithmetic operations used in calculation formulas are checked.
IsDirty The IsDirty property returns whether there are changes in calculation algorithm settings.
MultiThreadedCalc The MultiThreadedCalc property determines whether pointwise calculation of algorithm is used to speed up calculation of calculation blocks and control blocks.
NonPointwiseCalcMode The NonPointwiseCalcMode property determines a method for calculating aggregation blocks when pointwise calculation of algorithm is used.
PeriodControlEnd The PeriodControlEnd property returns calculation end date settings.
PeriodControlStart The PeriodControlStart property returns calculation start date settings.
PointwiseCalc The PointwiseCalc property determines whether algorithm pointwise calculation is used.
SaveData The SaveData property determines whether algorithm calculation result or single blocks calculation result is saved to database.

See also:

Algo Assembly Interfaces