Search Results for

    Show / Hide Table of Contents

    Class ReferenceTypePropertyValue<T>

    Base class of all reference type property values

    Inheritance
    System.Object
    PropertyValue
    ReferenceTypePropertyValue<T>
    BlobValue
    ClobValue
    FeatureValue
    GeometryValue
    RasterValue
    StringValue
    Inherited Members
    PropertyValue.IsNull
    PropertyValue.SetNull()
    PropertyValue.Type
    PropertyValue.PropertyDefType
    PropertyValue.ValueAsString()
    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 ReferenceTypePropertyValue<T> : PropertyValue where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    ReferenceTypePropertyValue()

    Initializes a new instance of the ReferenceTypePropertyValue<T> class.

    Declaration
    protected ReferenceTypePropertyValue()
    | Improve this Doc View Source

    ReferenceTypePropertyValue(T)

    Initializes a new instance of the ReferenceTypePropertyValue<T> class.

    Declaration
    protected ReferenceTypePropertyValue(T value)
    Parameters
    Type Name Description
    T value

    The value.

    Properties

    | Improve this Doc View Source

    Value

    Gets or sets the value.

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    The value.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng