Skip to main content

IModel.UnRelateAllDerivedTo method

Namespace: NextDesign.Core

Description

Disassociates all derivations from the given model of this instance.
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

NameTypeDescription
oppositeIModelModel to disassociate
Cannot be null.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for opposite