Click or drag to resize
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
)

Parameters

description
Type: SystemString
The description.
sortOrder
Type: SystemInt32
The sort order.
goLocationFunc
Type: SystemAction
The go location func.

Return Value

Type: CorrectableMessage
this instance
See Also