Click or drag to resize

FrameworkValidatorBaseReportSPCallsAsCorrectableMessages Method

Reports errors with respect to SP calls as correctable messages.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected virtual bool ReportSPCallsAsCorrectableMessages(
	Project toValidate,
	bool error
)

Parameters

toValidate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate.
error
Type: SystemBoolean
if set to true [error].

Return Value

Type: Boolean
See Also