IModel.UnRelateAllDerivedFrom method
Namespace: NextDesign.Core
Description
Breaks all associations from the given model of this instance. If there is no association with the given model, nothing is done and it ends normally. In addition, the association with the fields that meet the following conditions will not be canceled and the process will end normally.
- Association in the field for product line support
- Association in a field with the System.Core tag
argument
Name | Type | Description |
---|---|---|
opposite | IModel | The model to disassociate null cannot be specified. |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for opposite |