Search Results for

    Show / Hide Table of Contents

    Class DefaultUpdateCommand<TConn>

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

    Inheritance
    System.Object
    DefaultCommand<TConn>
    DefaultFeatureCommand<TConn>
    DefaultUpdateCommand<TConn>
    Implements
    IUpdateFeatures
    IFeatureCommand
    ICommand
    Inherited Members
    DefaultFeatureCommand<TConn>.FeatureSourceId
    DefaultFeatureCommand<TConn>.ClassName
    DefaultFeatureCommand<TConn>.ValidateParams()
    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 DefaultUpdateCommand<TConn> : DefaultFeatureCommand<TConn>, IUpdateFeatures, IFeatureCommand, ICommand where TConn : IServerConnection
    Type Parameters
    Name Description
    TConn

    The type of the conn.

    Constructors

    | Improve this Doc View Source

    DefaultUpdateCommand(TConn)

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

    Declaration
    protected DefaultUpdateCommand(TConn parent)
    Parameters
    Type Name Description
    TConn parent

    The parent.

    Properties

    | Improve this Doc View Source

    Filter

    Gets or sets the filter.

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

    The filter.

    | Improve this Doc View Source

    ValuesToUpdate

    Gets or sets the values to update.

    Declaration
    public IMutableRecord ValuesToUpdate { get; set; }
    Property Value
    Type Description
    IMutableRecord

    The values to update.

    Methods

    | Improve this Doc View Source

    Execute()

    Executes this instance.

    Declaration
    public int Execute()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ExecuteInternal()

    Performs the actual execution of the command

    Declaration
    public abstract int ExecuteInternal()
    Returns
    Type Description
    System.Int32

    Implements

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