CorrectableMessageAddCorrection Method (String, Int32, CorrectionActionType) |
Adds a new correction with the parameter specified and no func set whatsoever.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public CorrectableMessage AddCorrection(
string description,
int sortOrder,
CorrectionActionType actionType = CorrectionActionType.None
)
Public Function AddCorrection (
description As String,
sortOrder As Integer,
Optional actionType As CorrectionActionType = CorrectionActionType.None
) As CorrectableMessage
Parameters
- description
- Type: SystemString
The description. - sortOrder
- Type: SystemInt32
The sort order. - actionType (Optional)
- Type: SD.LLBLGen.Pro.ApplicationCoreCorrectionActionType
Type of the action.
Return Value
Type:
CorrectableMessage
this instance
See Also