IModel.UnRelateAllDerivedFrom method
Namespace: NextDesign.Core
Description
Disassociates all derivations of this instance from the given model.
If there is no association with the given model, nothing is done and it exits normally.
In addition, the link to the fields that meet the following conditions will not be canceled and will end normally.
・Association in the field for product line support
・Associating with fields with System.Core tags
argument
Name | Type | Description |
---|---|---|
opposite | IModel | Model to disassociate Cannot be null. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for opposite |