Class Int32Value
Stores int32 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 Int32Value : ValueTypePropertyValue<int>
Constructors
| Improve this Doc View SourceInt32Value()
Initializes a new instance
Declaration
public Int32Value()
Int32Value(Int32)
Initializes a new instance
Declaration
public Int32Value(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
Properties
| 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 |