Interface ICommandHandler
The base command handler interface. Provides ability to find and create the command instance.
Namespace: FixAntenna.AdminTool.Commands
Assembly: FixAntenna.AdminTool.dll
Syntax
public interface ICommandHandler
Methods
GetCommand(String, String)
Gets command.
Declaration
Command GetCommand(string xmlContext, string externalPackage)
Parameters
Type | Name | Description |
---|---|---|
System.String | xmlContext | the xml context |
System.String | externalPackage | the session parameters |
Returns
Type | Description |
---|---|
Command | Command if command found or null otherwise |