FrameworkValidatorBase.ReportSPCallsAsCorrectableMessages 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.7.0.0 (5.7.0)
Syntaxprotected virtual bool ReportSPCallsAsCorrectableMessages(
Project toValidate,
bool error
)
Protected Overridable Function ReportSPCallsAsCorrectableMessages (
toValidate As Project,
error As Boolean
) As Boolean
Parameters
- toValidate
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
To validate. - error
- Type: System.Boolean
if set to true [error].
Return Value
Type:
Boolean
See Also