Skip to main content

IModel.IsRelatedTo method

Namespace: NextDesign.Core

Description

Checks if this instance has a reference association with the given model.
Returns True if related.

argument

NameTypeDescription
modelIModelTarget model
You cannot specify null.

Return value

  • bool

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for model