Skip to main content

IMetamodels.AddPathConstraint(string,IClass,IField,string) Method

Namespace: NextDesign.Core

Description

Adds a path constraint to the specified field of the specified class.
Note that the existence of a path corresponding to the path string set here is not checked. This method will terminate normally even if an incorrect path is specified.

Arguments

NameTypeDescription
namestringConstraint name
scopeIClassClass that is the scope of the constraint
targetFieldIFieldTarget field of the constraint
pathsstringPath string
To specify multiple paths, separate them with ';' (semicolon).

Return value

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null/empty character/unusable character is specified for the constraint name
If the class that is the scope of the constraint and the target field of the constraint are not specified
Profile cannot be editedExtensionEditProfileExceptionIf the profile editing operation fails