Show / Hide Table of Contents

Class AttributeFormulaOperandDto

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

Inheritance
EntityDto
EntityCodeDto
FormulaOperandDto
AttributeFormulaOperandDto
Inherited Members
EntityCodeDto.Code
EntityDto.Id
EntityDto.Name
Namespace: Trivium.CommonDto.Models
Assembly: Trivium.CommonDto.dll
Syntax
public class AttributeFormulaOperandDto : FormulaOperandDto, ICopyable<AttributeFormulaOperandDto>, IEquatable<AttributeFormulaOperandDto>

Properties

AttributeDefinitionDto Attribute
Описание атрибута.
Nullable<int> AttributeId
Идентификатор атрибута.
"Следует использовать свойство Attribute."
int DictionaryId
Идентификатор справочника.
AbstractFilterDto Filter
Фильтр.
Back to top Generated by DocFX