CorrectableMessageAddCorrection Method (String, Int32, Action) |
Adds a new correction with the parameter specified and the goLocation func specified.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public CorrectableMessage AddCorrection(
string description,
int sortOrder,
Action goLocationFunc
)
Public Function AddCorrection (
description As String,
sortOrder As Integer,
goLocationFunc As Action
) As CorrectableMessage
Parameters
- description
- Type: SystemString
The description. - sortOrder
- Type: SystemInt32
The sort order. - goLocationFunc
- Type: SystemAction
The go location func.
Return Value
Type:
CorrectableMessagethis instance
See Also