Click or drag to resize
FrameworkValidatorBaseReportTypedViewsAsCorrectableMessages Method
Reports errors with respect to typed views as correctable messages.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
protected virtual bool ReportTypedViewsAsCorrectableMessages(
	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