Interface IParameter
Defines a parameter
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IParameter : IExpressionPropertySource
Properties
| Improve this Doc View SourceDataType
Gets or sets the type of the data.
Declaration
string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the data. |
DefaultValue
Gets or sets the default value.
Declaration
string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value. |
Description
Gets or sets the description.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
DisplayName
Gets or sets the display name.
Declaration
string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display name. |
Identifier
Gets or sets the identifier.
Declaration
string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |