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.8.0.0 (5.8.21.0208)
Syntax public bool ValidateModelElements()
Public Function ValidateModelElements As Boolean
Return Value
Type:
Booleantrue if no errors were detected, false otherwise. Errors are reported through the messages system
See Also