IModel.GetDeriveRelationsOf method ¶
Namespace: NextDesign.Core
Description¶
Gets 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¶
Name | Type | Description |
---|---|---|
opposite | IModel | Other model null cannot be specified. |
Return value¶
- IRelationshipCollection
Exception¶
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for opposite |