IMetamodels.RemovePathConstraint(IClass, IField) method
Namespace: NextDesign.Core
Description
Removes the path constraint for the specified field in the specified class.
argument
| Name | Type | Description |
|---|---|---|
| scope | IClass | Classes that are within the scope of the constraint |
| targetField | IField | Constraint target field |
Return value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When the class that is the scope of the constraint and the target field of the constraint are not specified |
| Profile edit not possible | ExtensionEditProfileException | If profile edit operation fails |