| Interface | Description |
|---|---|
| IModuleAction |
Interface defining an Action or Command provided by a module.
|
| IModuleCommandHandler |
Base interface of all the module contextual commands.
|
| Class | Description |
|---|---|
| DefaultModuleAction |
Default implementation of the
IModuleAction interface. |
| DefaultModuleCommandHandler |
Default implementation of the
IModuleCommandHandler interface. |
| Enum | Description |
|---|---|
| ActionLocation |
This enum indicates where a module command is to be contributed.
|