Interface ISearchCommand
Search command
Inherited Members
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 SourceFilter
Gets or sets the filter.
Declaration
string Filter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The filter. |
Layer
Gets or sets the layer.
Declaration
string Layer { get; set; }
Property Value
Type | Description |
---|---|
System.String | The layer. |
MatchLimit
Gets or sets the match limit.
Declaration
int MatchLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The match limit. |
Prompt
Gets or sets the prompt.
Declaration
string Prompt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The prompt. |
ResultColumns
Gets the result columns.
Declaration
IResultColumnSet ResultColumns { get; }
Property Value
Type | Description |
---|---|
IResultColumnSet | The result columns. |