Show / Hide Table of Contents

Class DictionaryElementsProcessorDescriptorModel

Дескриптор процессора элементов из справочника DictionaryElementsProcessorModel.

Inheritance
ProcessorDescriptorModel
DictionaryElementsProcessorDescriptorModel
Namespace: Trivium.Eventflow.Model
Assembly: Trivium.Eventflow.Model.dll
Syntax
public class DictionaryElementsProcessorDescriptorModel : ProcessorDescriptorModel

Fields

ItemElementsDefaultLimit

Ограничение по-умолчанию на количество элементов справочника, связываемых с обрабатываемым элементом сообщения Limit.

Declaration
public const int ItemElementsDefaultLimit = 100
Field Value
Type Description
int

Properties

List<AttributeDefinitionDto> Attributes
Атрибуты для запроса.
int DictionaryId
Идентификатор справочника.
DictionaryFilterDto Filter
Фильтр.
int Limit
Ограничение на количество элементов справочника, связываемых с обрабатываемым элементом сообщения.
Значение по-умолчанию берётся равным 100.
bool LoadAllAttributes
Загружать все атрибуты.
List<MessageParameterMappingModel> ParameterMappings
Сопоставление параметров.
Back to top Generated by DocFX