Skip to main content

IModelReferenceProvider interface

Namespace: NextDesign.Core.EditingCapabilities

Description

A model association provider.
If you want to customize the selection target at the time of model association and the possibility of association, register the implementation object of this interface in the registry.

Affiliation area

NameDescription
EditingCapabilityAPIs to access EditingCapability.

Inherit Base

NameDescription
IEditingCapabilityProviderThe underlying interface for the provider.

Method

NameDescription
CanRelateDetermine whether the model can be associated.
If the requested parameter cannot be handled by this provider, return null.
GetReferencesGets the selection when referencing the model.
If the requested parameter cannot be handled by this provider, return null.