Class CalculationFormulaDto
Формула расчета.
Inherited Members
Namespace: Trivium.EngineDto.Calculation.Formulas
Assembly: Trivium.EngineDto.dll
Syntax
public class CalculationFormulaDto : MethodFormulaDto
Properties
CalculationFormulaBatchSettingsDto | BatchSettings Настройки разбиения на пачки координат при расчете формулы. |
List<CalculationDataFilterDto> | DataFilters Фильтры по данным. |
string | Expression Выражение. |
List<CalculationFormulaOperandDto> | Operands Коллекция операндов формулы. |
OperandsOptionsDto | OperandsOptions Настройки операндов формулы. |