Click or drag to resize

ProjectValidateModelElements Method

Validates the model elements present in the project. This method doesn't perform any bookkeeping of collected errors nor signal any events validation has started.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool ValidateModelElements()

Return Value

Type: Boolean
true if no errors were detected, false otherwise. Errors are reported through the messages system
See Also