Interface ICommand
The base interface of all custom commands
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface ICommand
Properties
| Improve this Doc View SourceParent
Gets the parent connection.
Declaration
IServerConnection Parent { get; }
Property Value
Type | Description |
---|---|
IServerConnection | The parent connection. |