Show / Hide Table of Contents

Class MessageBodyProcessorDescriptorModel

Дескриптор процессора тела сообщения.

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

Properties

string BodyText
Шаблон тела сообщения.
MessageSourceDefinitionModel BodyTextSource
Источник для получения шаблона тела сообщения.
bool OneMessageForAllItems
Одно сообщение для всех элементов события.
bool OneMessageForAllSubjects
Одно сообщение для всех субъектов.
string Title
Шаблон заголовка сообщения.
MessageSourceDefinitionModel TitleSource
Источник для получения шаблона заголовка сообщения.
Back to top Generated by DocFX