Skip to main content

IModel.UnRelateByClassTag method

Namespace: NextDesign.Core

Description

Disassociates this instance from the model given by the reference field that can be associated by an association class with the specified tag.
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.
classTagstringTag name of related class
If null or an empty string is specified, nothing is done.
valuestringThe string representation of the tag value
The default value is null.
If null or an empty string is specified, only the presence or absence of the tag for the class is evaluated.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for opposite