Click or drag to resize

CorrectableMessageAddCorrection Method

Overload List
  NameDescription
Public methodAddCorrection(String, Int32, CorrectionActionType)
Adds a new correction with the parameter specified and no func set whatsoever.
Public methodAddCorrection(String, Int32, Action, CorrectionActionType)
Adds a new correction with the parameter specified and the goLocation func specified.
Public methodAddCorrection(String, Int32, FuncBoolean, CorrectionActionType)
Adds a new correction with the parameter specified and the correction func specified. If correctionFunc is not null, this message has to have CorrectionsAreChoices set to true
Top
See Also