Show / Hide Table of Contents

Class CalculationExpressionFormulaCacheDto

Формула-выражение для кэша единой модели расчёта.

Inheritance
InheritedDto<CalculationFormulaCacheDto>
CalculationFormulaCacheDto
CalculationExpressionFormulaCacheDto
Inherited Members
CalculationFormulaCacheDto.Id
CalculationFormulaCacheDto.Name
CalculationFormulaCacheDto.Order
CalculationFormulaCacheDto.MaxCircuitRuns
CalculationFormulaCacheDto.ClusterGroup
CalculationFormulaCacheDto.SourceId
CalculationFormulaCacheDto.Selections
CalculationFormulaCacheDto.IsEnabled
Namespace: Trivium.CalcManagerDto.Models
Assembly: Trivium.CalcManagerDto.dll
Syntax
public class CalculationExpressionFormulaCacheDto : CalculationFormulaCacheDto

Properties

string Expression
Вычисляемой выражение формулы.
List<CalculationFormulaOperandCacheDto> Operands
Коллекция операндов формулы.
OperandsOptionsCacheDto OperandsOptions
Настройки для операндов формул.
Back to top Generated by DocFX