IModel.Validate method
Namespace: NextDesign.Core
Description
Validate this model. Recursively validate this model and all elements below the child elements it owns. This method clears all previous error information at run time.
[When this method is executed for the project (IProject)]
- If there is an unloaded model file in the project, add error information to that effect to the model that is the base point of the design model (the model displayed in the root of the model navigator). This is to let the caller know that all the models in the project have not been validated because there are unloaded model files.
- Includes models that cannot be reached due to the ownership of the project (models whose parents are not loaded) because the project has unloaded model files.
[Verification content] · Standard validation set by the application ・ Verification extended by extension verification event
Return value
- void