Search Results for

    Show / Hide Table of Contents

    Class DefaultFeatureCommand<TConn>

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

    Inheritance
    System.Object
    DefaultCommand<TConn>
    DefaultFeatureCommand<TConn>
    DefaultApplySchemaCommand<TConn>
    DefaultDeleteCommand<TConn>
    DefaultInsertCommand<TConn>
    DefaultUpdateCommand<TConn>
    Implements
    IFeatureCommand
    ICommand
    Inherited Members
    DefaultCommand<TConn>.ConnImpl
    DefaultCommand<TConn>.Parent
    DefaultCommand<TConn>.ValidateCoreParams()
    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 DefaultFeatureCommand<TConn> : DefaultCommand<TConn>, IFeatureCommand, ICommand where TConn : IServerConnection
    Type Parameters
    Name Description
    TConn

    The type of the conn.

    Constructors

    | Improve this Doc View Source

    DefaultFeatureCommand(TConn)

    Initializes a new instance of the DefaultFeatureCommand<TConn> class.

    Declaration
    protected DefaultFeatureCommand(TConn conn)
    Parameters
    Type Name Description
    TConn conn

    The conn.

    Properties

    | Improve this Doc View Source

    ClassName

    Gets or sets the name of the class.

    Declaration
    public string ClassName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the class.

    | Improve this Doc View Source

    FeatureSourceId

    Gets or sets the feature source id.

    Declaration
    public string FeatureSourceId { get; set; }
    Property Value
    Type Description
    System.String

    The feature source id.

    Methods

    | Improve this Doc View Source

    ValidateParams()

    Performs basic validation of core command parameters

    Declaration
    protected void ValidateParams()

    Implements

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