TvfCallDefinitionValidate Method |
Validates this instance. Reports errors along the way using the message system.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.TvfCalls
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax protected override bool Validate(
Project containingProject,
bool silentValidation
)
Protected Overrides Function Validate (
containingProject As Project,
silentValidation As Boolean
) As Boolean
Parameters
- containingProject
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. - silentValidation
- Type: SystemBoolean
if set to true the validation is silent: it won't produce any error / warning messages
Return Value
Type:
Boolean
true if no errors were detected, false otherwise
See Also