Represents the description of the message.
A common subsystem for working with messages.
Used in: Request, SendMessage
| Name | Type | Description |
|---|---|---|
| Template | String | The name of the template file. The file name is set relative to the root of the application. |
| Key | String | The message key in the template. |
| TargetId | Int64 | Data model identifier. The model itself (if needed) is specified in the message template. |
| Parameters | Dictionary<String, Object> |
Message parameters. For more convenient work, there is the CreateParameters static method. |
Creates a dictionary from an arbitrary object (including an anonymous one). Property names become keys and values become values.