Show / Hide Table of Contents

Class CalculationMessageFormulaInfoDto

Информация по формуле из сообщения о расчете единой модели расчета.

Inheritance
CalculationMessageFormulaInfoDto
Namespace: Trivium.CalcManagerDto.Models
Assembly: Trivium.CalcManagerDto.dll
Syntax
public class CalculationMessageFormulaInfoDto

Properties

Int64 AffectedCellsCount
Количество измененных ячеек.
Int64 CalculatedCellsCount
Количество рассчитанных ячеек.
Nullable<DateTime> FinishDate
Время окончания расчета формулы.
int FormulaId
Идентификатор формулы.
string FormulaName
Наименование формулы.
Int64 LoadedCellsCount
Количество загруженных ячеек.
int MetaObjectId
Идентификатор объекта-приемника формулы.
Nullable<DateTime> StartDate
Время начала расчета формулы.
ProcessingStatusDto Status
Статус обработки формулы.
Back to top Generated by DocFX