Interface IInvokeUrlCommand
Invoke URL command
Inherited Members
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 SourceAdditionalParameter
Gets the additional parameters.
Declaration
IEnumerable<IParameterPair> AdditionalParameter { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IParameterPair> | The additional parameters. |
DisableIfSelectionEmpty
Gets or sets a value indicating whether [disable if selection empty].
Declaration
bool DisableIfSelectionEmpty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LayerSet
Gets the layer set that this layer applies to
Declaration
ILayerSet LayerSet { get; }
Property Value
Type | Description |
---|---|
ILayerSet | The layer set. |
URL
Gets or sets the URL.
Declaration
string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |
Methods
| Improve this Doc View SourceAddParameter(IParameterPair)
Adds the parameter.
Declaration
void AddParameter(IParameterPair param)
Parameters
Type | Name | Description |
---|---|---|
IParameterPair | param | The param. |
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 |
RemoveParameter(IParameterPair)
Removes the parameter.
Declaration
void RemoveParameter(IParameterPair param)
Parameters
Type | Name | Description |
---|---|---|
IParameterPair | param | The param. |