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
Name | Type | Description |
---|---|---|
name | string | Constraint name |
scope | IClass | Class that is the scope of the constraint |
targetField | IField | Target field of the constraint |
paths | string | Path string To specify multiple paths, separate them with ';' (semicolon). |
Return value
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If 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 edited | ExtensionEditProfileException | If the profile editing operation fails |