IModel.UnRelateAllDerivedTo method

Namespace: NextDesign.Core

Description

Removes all associations from which the given model of this instance is derived. If no association with the given model exists, nothing will be done and the process will end normally. Also, the relation to the fields corresponding to the following conditions will not be released and will end normally. - Field related for product line support - Association in the field with System.Core tag

argument

Name Type Description
opposite IModel The model to disassociate cannot be null.

Return value

  • void

Exception

Name Exception Class Description
Invalid argument ExtensionArgumentException If null is specified for opposite