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.
NeedSaveChangeHistory The NeedSaveChangeHistory property determines whether to create a new revision in history on data saving.
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.
SaveDataMode The SaveDataMode property determines a place for saving algorithm calculation results.

See also:

Algo Assembly Interfaces