Class DefaultCommand<TConn>
A default implementation of ICommand. This class is reserved for connection provider use
Inheritance
System.Object
DefaultCommand<TConn>
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public abstract class DefaultCommand<TConn> : ICommand where TConn : IServerConnection
Type Parameters
Name | Description |
---|---|
TConn | The type of the conn. |
Constructors
| Improve this Doc View SourceDefaultCommand(TConn)
Initializes a new instance of the DefaultCommand<TConn> class.
Declaration
protected DefaultCommand(TConn conn)
Parameters
Type | Name | Description |
---|---|---|
TConn | conn | The conn. |
Properties
| Improve this Doc View SourceConnImpl
Gets the connection implementation.
Declaration
public TConn ConnImpl { get; }
Property Value
Type | Description |
---|---|
TConn |
Parent
Gets the parent connection.
Declaration
public IServerConnection Parent { get; }
Property Value
Type | Description |
---|---|
IServerConnection | The parent connection. |
Methods
| Improve this Doc View SourceValidateCoreParams()
Validates the core commnad parameters.
Declaration
protected void ValidateCoreParams()