Skip to main content

IModel.GetDeriveRelationsOf method

Namespace: NextDesign.Core

Description

Get all derived associations with the specified model.
This method evaluates IContextOption.PlModelAccessMode.

Returns an empty collection if no such association exists.
Note that this method does not evaluate the derivation direction.

argument

NameTypeDescription
oppositeIModelOther model
You cannot specify null.

Return value

  • IRelationshipCollection

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for opposite