Search Results for

    Show / Hide Table of Contents

    Class Int16Value

    Stores int16 data

    Inheritance
    System.Object
    PropertyValue
    ValueTypePropertyValue<System.Int16>
    Int16Value
    Inherited Members
    ValueTypePropertyValue<Int16>.IsNull
    ValueTypePropertyValue<Int16>.Value
    ValueTypePropertyValue<Int16>.SetNull()
    ValueTypePropertyValue<Int16>.PropertyDefType
    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 Int16Value : ValueTypePropertyValue<short>

    Constructors

    | Improve this Doc View Source

    Int16Value()

    Initializes a new instance

    Declaration
    public Int16Value()
    | Improve this Doc View Source

    Int16Value(Int16)

    Initializes a new instance

    Declaration
    public Int16Value(short value)
    Parameters
    Type Name Description
    System.Int16 value

    Properties

    | Improve this Doc View Source

    Type

    Gets the type.

    Declaration
    public override PropertyValueType Type { get; }
    Property Value
    Type Description
    PropertyValueType
    Overrides
    PropertyValue.Type

    Methods

    | Improve this Doc View Source

    ValueAsString()

    Gets the value as a string

    Declaration
    public override string ValueAsString()
    Returns
    Type Description
    System.String
    Overrides
    PropertyValue.ValueAsString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng