Skip to main content

IModel.Relate Method

Namespace: NextDesign.Core

Description

Relates the specified model to the end of the specified field of this instance and returns the added related instance.

Arguments

NameTypeDescription
fieldNamestringField name
Cannot be null or an empty string.
oppositeIModelModel to associate
Cannot be null.

Return value

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for opposite
If null or an empty string is specified for fieldName
Field not foundExtensionFieldNotFoundExceptionIf the specified field is not found in the metaclass of this instance
Invalid operationExtensionInvalidOperationExceptionIf the model itself is a deleted model or a temporary proxy
If an inoperable field is specified for the field name
- Feature assignment field of a product line
- Field with the System.Core tag
- Owned field
If an invalid field is specified
Constraint violationExtensionIllegalFieldAccessExceptionIf the model to be associated is not compatible with the data type of the specified field
If the association violates the multiplicity constraint of the field
If the association violates the path constraint of the field
Invalid model specifiedExtensionInvalidModelExceptionIf a deleted model or temporary proxy is specified as the model to be associated