IModelEditorSelectionProvider interface
Namespace: NextDesign.Core.EditingCapabilities
Description
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 with 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 |
---|---|
GetCategories | Gets a response object with category information for the editor. Returns null if the requested parameter cannot be handled by this provider. |
GetModel | Gets the model to display for the category selection. If the requested parameter cannot be handled by this provider, return null. |