IMetamodels.RemovePathConstraint(IClass,IField) method
Namespace: NextDesign.Core
Description
Removes the path constraint for the specified field of the specified class.
argument
| Name | Type | Description |
|---|---|---|
| scope | IClass | Class that is the scope of the constraint |
| targetField | IField | Constraint target field |
Return value
- void
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Argument invalid | ExtensionArgumentException | When 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 edit operation fails |