| CanRespondToCommand(string command) | bool | Returns true if the string matches the CommandVerb. The match is case insensitive. |
| ClearGraphics() | void | Clears all graphics from the current graphics manager. |
| Dispose() | void | Clears all graphics from the current graphics manager. |
| Execute(string parameter) | void | Executes the command with the specified parameter. |
| Failure(Exception ex) | void | Called when a failure occurs and relays this back to JavaScript. |
| Initialize(IDictionary customSettings) | void | Initialize the command with the provided settings. |
| OnInitialize(IDictionary customSettings) | void | A virtual method that allows code to be executed on initialization. |
| Success(object result) | void | Called when the command is a success and relays this back to JavaScript. |