Skip to main content

ValidationOptions interface

Namespace: NextDesign.Core

Description

Validation options for error checking.

Affiliation area

NameDescription
ModelAPIs to access the model.

Property

NameDescription
RaiseValidateEventsGets 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.
RecursiveGets or sets whether to validate child elements recursively.
The default is true.
ValidateMetamodelConstraintsGets or sets whether to perform metamodel consistency validation (multiplicity validation, path constraint validation).
The default is true.
ValidateProductLineConstraintsGets 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.