Skip to main content

IMetamodels.AddPathConstraint(string,IPackage,string,string,string) Method

Namespace: NextDesign.Core

Description

Adds a path constraint to the specified field of the specified class.
The specified class is searched under the package specified in the scope.

Note that the existence of a path that matches the path string set here is not checked. Even if an incorrect path is specified, this method will end normally.

Arguments

NameTypeDescription
namestringConstraint name
scopeIPackageScope (Package that is the base of the search range)
classNamestringClass name that is the scope of the constraint
targetFieldNamestringTarget field name 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 constraint name
Class not foundExtensionTypeNotFoundExceptionIf class with specified name is not found
Field not foundExtensionFieldNotFoundExceptionIf field with specified name is not found
Profile cannot be editedExtensionEditProfileExceptionIf profile editing operation fails