Search Results for

    Show / Hide Table of Contents

    Interface ISearchCommand

    Search 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 ISearchCommand : ITargetedCommand, ICustomCommand, ICommand, ILocalizable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Filter

    Gets or sets the filter.

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

    The filter.

    | Improve this Doc View Source

    Layer

    Gets or sets the layer.

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

    The layer.

    | Improve this Doc View Source

    MatchLimit

    Gets or sets the match limit.

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

    The match limit.

    | Improve this Doc View Source

    Prompt

    Gets or sets the prompt.

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

    The prompt.

    | Improve this Doc View Source

    ResultColumns

    Gets the result columns.

    Declaration
    IResultColumnSet ResultColumns { get; }
    Property Value
    Type Description
    IResultColumnSet

    The result columns.

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