Show / Hide Table of Contents

Class CalculationFormulaDto

Формула расчета.

Inheritance
EntityDto
EntityCodeDto
MethodFormulaDto
CalculationFormulaDto
Inherited Members
MethodFormulaDto.Enable
MethodFormulaDto.FolderId
MethodFormulaDto.SourceId
MethodFormulaDto.Version
MethodFormulaDto.Description
MethodFormulaDto.Selections
MethodFormulaDto.AttributeLinks
MethodFormulaDto.AdditionalFilters
MethodFormulaDto.ShouldCalculateAfterAddingNewElements
EntityCodeDto.Code
EntityDto.Id
EntityDto.Name
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
Настройки операндов формулы.
Back to top Generated by DocFX