Skip to main content

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

NameTypeDescription
oppositeIModelThe model to disassociate
null cannot be specified.

Return value

  • void

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null is specified for opposite