Interface IApplicationDefinitionPanel
Describes a fusion template panel
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IApplicationDefinitionPanel
Properties
| Improve this Doc View SourceDescription
Gets the description of this panel
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets the label of this panel
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of this panel
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |