IEditingCapabilityProvider interface
Namespace: NextDesign.Core.EditingCapabilities
Description
The underlying interface of the provider.
Affiliation area
Name | Description |
---|---|
EditingCapability | APIs to access EditingCapability. |
Destination
Name | Description |
---|---|
IModelEditorSelectionProvider | Editor selection provider. If you want to customize the sub-editor inspectors that can be displayed for your model, register an implementation object of this interface in the registry. |
IModelInitializationProvider | The model instance initialization provider. If you want to customize the instance initialization of your model, register an implementation object of this interface in the registry. |
IModelReferenceProvider | The model association provider. If you want to customize what to select when associating models and whether or not to associate them, register the implementation object of this interface in the registry. |
IModelCreationProvider | The model creation provider. If you want to customize what is selected when creating a model, register an implementation object of this interface in the registry. |