Click or drag to resize
CorrectableMessage Properties

The CorrectableMessage type exposes the following members.

Properties
  NameDescription
Public propertyCorrections
Gets the list of corrections for this message
Public propertyCorrectionsAreChoices
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.
Public propertyCreatedOn
Gets the creation date/time
(Inherited from Message.)
Public propertyIsIgnored
Gets or sets a value indicating whether this correctable message is ignored. Default false.
Public propertyMessageText
Gets the message text
(Inherited from Message.)
Public propertySource
Gets the source of the message
(Inherited from Message.)
Public propertyTypeOfMessage
Gets the type of the message.
(Inherited from Message.)
Public propertyTypeOfMessageAsInt
Gets the integer value of TypeOfMessage. For databinding.
(Inherited from Message.)
Top
See Also