Search Results for

    Show / Hide Table of Contents

    Class DefaultCommand<TConn>

    A default implementation of ICommand. This class is reserved for connection provider use

    Inheritance
    System.Object
    DefaultCommand<TConn>
    DefaultCreateDataStoreCommand<TConn>
    DefaultFeatureCommand<TConn>
    Implements
    ICommand
    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 Source

    DefaultCommand(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 Source

    ConnImpl

    Gets the connection implementation.

    Declaration
    public TConn ConnImpl { get; }
    Property Value
    Type Description
    TConn
    | Improve this Doc View Source

    Parent

    Gets the parent connection.

    Declaration
    public IServerConnection Parent { get; }
    Property Value
    Type Description
    IServerConnection

    The parent connection.

    Methods

    | Improve this Doc View Source

    ValidateCoreParams()

    Validates the core commnad parameters.

    Declaration
    protected void ValidateCoreParams()

    Implements

    ICommand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng