Search Results for

    Show / Hide Table of Contents

    Interface IInvokeUrlCommand

    Invoke URL command

    Inherited Members
    ITargetedCommand.Target
    ITargetedCommand.TargetFrame
    ICommand.Name
    ICommand.Label
    ICommand.TargetViewer
    ILocalizable.Tooltip
    ILocalizable.Description
    ILocalizable.ImageURL
    ILocalizable.DisabledImageURL
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IInvokeUrlCommand : ITargetedCommand, ICustomCommand, ICommand, ILocalizable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    AdditionalParameter

    Gets the additional parameters.

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

    The additional parameters.

    | Improve this Doc View Source

    DisableIfSelectionEmpty

    Gets or sets a value indicating whether [disable if selection empty].

    Declaration
    bool DisableIfSelectionEmpty { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [disable if selection empty]; otherwise, false.

    | Improve this Doc View Source

    LayerSet

    Gets the layer set that this layer applies to

    Declaration
    ILayerSet LayerSet { get; }
    Property Value
    Type Description
    ILayerSet

    The layer set.

    | Improve this Doc View Source

    URL

    Gets or sets the URL.

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

    The URL.

    Methods

    | Improve this Doc View Source

    AddParameter(IParameterPair)

    Adds the parameter.

    Declaration
    void AddParameter(IParameterPair param)
    Parameters
    Type Name Description
    IParameterPair param

    The param.

    | Improve this Doc View Source

    CreateParameter(String, String)

    Creates the parameter.

    Declaration
    IParameterPair CreateParameter(string name, string value)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.String value

    The value.

    Returns
    Type Description
    IParameterPair
    | Improve this Doc View Source

    RemoveParameter(IParameterPair)

    Removes the parameter.

    Declaration
    void RemoveParameter(IParameterPair param)
    Parameters
    Type Name Description
    IParameterPair param

    The param.

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