CorrectableMessage Properties |
The CorrectableMessage type exposes the following members.
Name | Description | |
---|---|---|
Corrections |
Gets the list of corrections for this message
| |
CorrectionsAreChoices |
Gets or sets a value indicating whether the contained corrections are choices (true), instead of steps (false). Choices are corrections which can have a
correction func while steps ( CorrectionsAreChoices is set to false). If CorrectionsAreChoices is set to false, the message can still have
corrections with their GoLocationFunc set to a value.
| |
CreatedOn |
Gets the creation date/time
(Inherited from Message.) | |
IsIgnored |
Gets or sets a value indicating whether this correctable message is ignored. Default false.
| |
MessageText |
Gets the message text
(Inherited from Message.) | |
Source |
Gets the source of the message
(Inherited from Message.) | |
TypeOfMessage |
Gets the type of the message.
(Inherited from Message.) | |
TypeOfMessageAsInt |
Gets the integer value of TypeOfMessage. For databinding.
(Inherited from Message.) |