Show / Hide Table of Contents

Class FormulaDto<T>

Базовый класс для формул

Inheritance
EntityDto
EntityCodeDto
FormulaDto<T>
FormulaDto
CalculatedAttributeValueOptionsDto
Inherited Members
EntityCodeDto.Code
EntityDto.Id
EntityDto.Name
Namespace: Trivium.CommonDto.Models
Assembly: Trivium.CommonDto.dll
Syntax
public abstract class FormulaDto<T> : EntityCodeDto, ICopyable<FormulaDto<T>> where T : FormulaOperandDto
Type Parameters
Name Description
T

Properties

string Expression
Строковое представление выражения.
List<T> Operands
Коллекция операндов гиперссылки.
Back to top Generated by DocFX