Interface IWidgetParameter
Describes a parameter of a fusion widget
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWidgetParameter
Properties
| Improve this Doc View SourceAllowedValue
Gets the list of allowed value of this parameter
Declaration
IAllowedValue[] AllowedValue { get; }
Property Value
Type | Description |
---|---|
IAllowedValue[] |
DefaultValue
Gets the default value of this parameter
Declaration
string DefaultValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets the description of the parameter
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
IsMandatory
Gets whether this parameter is mandatory
Declaration
bool IsMandatory { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Gets the label for this parameter
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Max
Gets the maximum allowed value of this parameter
Declaration
string Max { get; }
Property Value
Type | Description |
---|---|
System.String |
Min
Gets the minimum allowed value of this parameter
Declaration
string Min { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the parameter
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the parameter
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
System.String |