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
Name | Description |
---|---|
EditingCapability | APIs to access EditingCapability. |
Inherit Base
Name | Description |
---|---|
IEditingCapabilityProvider | The underlying interface for the provider. |
Method
Name | Description |
---|---|
CanRelate | Determine whether the model can be associated. If the requested parameter cannot be handled by this provider, return null. |
GetReferences | Gets the selection when referencing the model. If the requested parameter cannot be handled by this provider, return null. |