Class PropertyValue
Base class of all MapGuide property values. Functions as a nullable box type around an underlying data type
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 abstract class PropertyValue
Constructors
| Improve this Doc View SourcePropertyValue()
Initializes a new instance of the PropertyValue class.
Declaration
protected PropertyValue()
Properties
| Improve this Doc View SourceIsNull
Gets or sets a value indicating whether this instance is null.
Declaration
public virtual bool IsNull { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PropertyDefType
Gets the suggsted property definition type for this value
Declaration
public abstract PropertyDefinitionType PropertyDefType { get; }
Property Value
Type | Description |
---|---|
PropertyDefinitionType | The suggsted property definition type. |
Type
Gets the type.
Declaration
public abstract PropertyValueType Type { get; }
Property Value
Type | Description |
---|---|
PropertyValueType |
Methods
| Improve this Doc View SourceSetNull()
Sets the value to null.
Declaration
public virtual void SetNull()
ValueAsString()
Gets the value as a string
Declaration
public abstract string ValueAsString()
Returns
Type | Description |
---|---|
System.String |