Show / Hide Table of Contents

Class DictionaryChangesProcessorDescriptorModel

Дескриптор процессора чтения изменений справочника.

Inheritance
ProcessorDescriptorModel
RootProcessorDescriptorModel
DictionaryChangesProcessorDescriptorModel
Inherited Members
RootProcessorDescriptorModel.CyclesLimit
Namespace: Trivium.Eventflow.Model
Assembly: Trivium.Eventflow.Model.dll
Syntax
public class DictionaryChangesProcessorDescriptorModel : RootProcessorDescriptorModel

Fields

ChangesItemsDefaultLimit

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

Declaration
public const int ChangesItemsDefaultLimit = 1000
Field Value
Type Description
int

Properties

List<AttributeDefinitionDto> Attributes
Атрибуты для запроса.
HashSet<ChangeType> ChangeTypes
Типы изменений.
HashSet<int> DictionaryIds
Справочники.
DictionaryFilterDto Filter
Фильтр.
HashSet<int> FilterAttributes
Фильтр по атрибутам.
int Limit
Ограничение на количество элементов, при котором выполняется обработка.
Значение по-умолчанию берётся равным 1000.
bool LoadAllAttributes
Загружать все атрибуты.
List<MessageParameterMappingModel> ParameterMappings
Сопоставление параметров.
bool? StoreInstance
Хранить экземпляр справочника для получения значений атрибутов при удалении элемента.
Back to top Generated by DocFX