Click or drag to resize

ProjectValidate Method

Validates the project. It will ask all contained elements if they're valid, which will cause errors/warnings to be reported along the way.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public bool Validate()

Return Value

Type: Boolean
true if validation completed successfully without errors, false otherwise
See Also