Skip to main content

IModel.UnRelateAll method

Namespace: NextDesign.Core

Description

Removes all reference associations of this instance with 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

NameTypeDescription
oppositeIModelModel to disassociate
Cannot be null.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for opposite