Search Results for

    Show / Hide Table of Contents

    Interface ICommandSet

    The master list of viewer commands

    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ICommandSet

    Properties

    | Improve this Doc View Source

    CommandCount

    Gets the command count.

    Declaration
    int CommandCount { get; }
    Property Value
    Type Description
    System.Int32

    The command count.

    | Improve this Doc View Source

    Commands

    Gets the commands.

    Declaration
    IEnumerable<ICommand> Commands { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<ICommand>

    The commands.

    Methods

    | Improve this Doc View Source

    AddCommand(ICommand)

    Adds the command.

    Declaration
    void AddCommand(ICommand cmd)
    Parameters
    Type Name Description
    ICommand cmd

    The CMD.

    | Improve this Doc View Source

    Clear()

    Clears this instance.

    Declaration
    void Clear()
    | Improve this Doc View Source

    RemoveCommand(ICommand)

    Removes the command.

    Declaration
    void RemoveCommand(ICommand cmd)
    Parameters
    Type Name Description
    ICommand cmd

    The CMD.

    Events

    | Improve this Doc View Source

    CustomCommandAdded

    Occurs when [custom command added].

    Declaration
    event CommandEventHandler CustomCommandAdded
    Event Type
    Type Description
    CommandEventHandler
    | Improve this Doc View Source

    CustomCommandRemoved

    Occurs when [custom command removed].

    Declaration
    event CommandEventHandler CustomCommandRemoved
    Event Type
    Type Description
    CommandEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng