Click or drag to resize

InformationMessage Constructor

Initializes a new instance of the InformationMessage class.

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 InformationMessage(
	string source,
	bool correctionsAreChoices,
	string messageText,
	params Object[] messageTextArgs
)

Parameters

source
Type: SystemString
The source.
correctionsAreChoices
Type: SystemBoolean
if set to true [corrections are choices].
messageText
Type: SystemString
The message text.
messageTextArgs
Type: SystemObject
The message text arguments.
See Also