Class StringValue
Stores string data
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Feature
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class StringValue : ReferenceTypePropertyValue<string>
Constructors
| Improve this Doc View SourceStringValue()
Initializes a new instance
Declaration
public StringValue()
StringValue(String)
Initializes a new instance
Declaration
public StringValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Properties
| Improve this Doc View SourcePropertyDefType
Gets the suggsted property definition type for this value
Declaration
public override PropertyDefinitionType PropertyDefType { get; }
Property Value
Type | Description |
---|---|
PropertyDefinitionType | The suggsted property definition type. |
Overrides
| Improve this Doc View SourceType
Gets the type.
Declaration
public override PropertyValueType Type { get; }
Property Value
Type | Description |
---|---|
PropertyValueType |
Overrides
Methods
| Improve this Doc View SourceValueAsString()
Gets the value as a string
Declaration
public override string ValueAsString()
Returns
Type | Description |
---|---|
System.String |