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.6.0.0 (5.6.19.0117)
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