Skip to main content

IModel.UnRelateByFieldTag method

Namespace: NextDesign.Core

Description

Disassociates this instance from the model given by the reference field 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.
fieldTagstringField tag name
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 a tag for the field is evaluated.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for opposite