Click or drag to resize
FrameworkValidatorBaseValidate Method
Validates the specified project.

Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public abstract bool Validate(
	Project toValidate
)

Parameters

toValidate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate.

Return Value

Type: Boolean
true if no errors occured, false otherwise.
Remarks
Implementers should send error/warning/info messages using the message helper methods of the base class
See Also