Show / Hide Table of Contents

Class CalculationFormulaHistoryEntryDto

Запись об изменении формулы единой модели расчета.

Inheritance
CalculationFormulaHistoryEntryDto
Namespace: Trivium.CalcManagerDto.Models
Assembly: Trivium.CalcManagerDto.dll
Syntax
public record CalculationFormulaHistoryEntryDto

Properties

string Data
Методика, в которой описана измененная формула и её источники.
CalculationFormulaChangeTypeDto FormulaChangeType
Тип изменения формулы.
Guid FormulaGuid
Гуид формулы.
int FormulaId
Идентификатор формулы.
string FormulaName
Наименование формулы.
int Id
Идентификатор записи об изменении.
int ObjectId
Идентификатор приемника.
string ObjectName
Наименование приемника.
DateTime Timestamp
Время изменения.
string UserLogin
Логин пользователя.
string UserName
Имя пользователя.
Back to top Generated by DocFX