ValidationOptions interface
Namespace: NextDesign.Core
Description
Validation options for error checking.
Affiliation area
| Name | Description |
|---|---|
| Model | APIs to access the model. |
Property
| Name | Description |
|---|---|
| RaiseValidateEvents | Gets or sets whether to raise events on model validation. The default is true. If false is specified, the model validation event will not be issued. |
| Recursive | Gets or sets whether to validate child elements recursively. The default is true. |
| ValidateMetamodelConstraints | Gets or sets whether to perform metamodel consistency validation (multiplicity validation, path constraint validation). The default is true. |
| ValidateProductLineConstraints | Gets or sets whether product line validation (feature expression validation, feature structure validation, inter-feature constraint validation, feature uniqueness validation) is performed. The default is true. |