Show / Hide Table of Contents

Class DictionarySubjectsProcessorDescriptorModel

Дескриптор процессора субъектов из справочника DictionarySubjectsProcessorModel.

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

Fields

ItemSubjectsDefaultLimit

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

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

Properties

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