Search Results for

    Show / Hide Table of Contents

    Class PropertyValue

    Base class of all MapGuide property values. Functions as a nullable box type around an underlying data type

    Inheritance
    System.Object
    PropertyValue
    ReferenceTypePropertyValue<T>
    ValueTypePropertyValue<T>
    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 Source

    PropertyValue()

    Initializes a new instance of the PropertyValue class.

    Declaration
    protected PropertyValue()

    Properties

    | Improve this Doc View Source

    IsNull

    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

    true if this instance is null; otherwise, false.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    Type

    Gets the type.

    Declaration
    public abstract PropertyValueType Type { get; }
    Property Value
    Type Description
    PropertyValueType

    Methods

    | Improve this Doc View Source

    SetNull()

    Sets the value to null.

    Declaration
    public virtual void SetNull()
    | Improve this Doc View Source

    ValueAsString()

    Gets the value as a string

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