Interface ICommand
Base viewer command
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ICommand : ILocalizable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceLabel
Gets or sets the label.
Declaration
string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The label. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
TargetViewer
Gets or sets the target viewer.
Declaration
TargetViewerType TargetViewer { get; set; }
Property Value
Type | Description |
---|---|
TargetViewerType | The target viewer. |