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.2.0.0 (5.2.17.0403)
Syntax protected virtual bool ReportTypedViewsAsCorrectableMessages(
Project toValidate,
bool error
)
Protected Overridable Function ReportTypedViewsAsCorrectableMessages (
toValidate As Project,
error As Boolean
) As Boolean
Parameters
- toValidate
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate. - error
- Type: SystemBoolean
if set to true [error].
Return Value
Type:
BooleanSee Also