IModel.IsRelatedTo method
Namespace: NextDesign.Core
Description
Checks whether this instance has a reference relationship with the specified model.
Returns True if it does.
Arguments
| Name | Type | Description |
|---|---|---|
| model | IModel | Target model null cannot be specified. |
Return value
- bool
Exceptions
| Name | Exception class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null is specified for model |