Search Results for

    Show / Hide Table of Contents

    Class ValueTypePropertyValue<T>

    Base class of all nullable value type property values.

    Inheritance
    System.Object
    PropertyValue
    ValueTypePropertyValue<T>
    BooleanValue
    ByteValue
    DateTimeValue
    DoubleValue
    Int16Value
    Int32Value
    Int64Value
    SingleValue
    Inherited Members
    PropertyValue.Type
    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 ValueTypePropertyValue<T> : PropertyValue where T : struct
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    ValueTypePropertyValue()

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

    Declaration
    protected ValueTypePropertyValue()
    | Improve this Doc View Source

    ValueTypePropertyValue(T)

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

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

    The value.

    Properties

    | Improve this Doc View Source

    IsNull

    Gets or sets a value indicating whether this instance is null.

    Declaration
    public override bool IsNull { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is null; otherwise, false.

    Overrides
    PropertyValue.IsNull
    | Improve this Doc View Source

    PropertyDefType

    Gets the suggsted property definition type for this value

    Declaration
    public override PropertyDefinitionType PropertyDefType { get; }
    Property Value
    Type Description
    PropertyDefinitionType

    The suggsted property definition type.

    Overrides
    PropertyValue.PropertyDefType
    | Improve this Doc View Source

    Value

    Gets or sets the value.

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

    The value.

    Methods

    | Improve this Doc View Source

    SetNull()

    Sets the value to null.

    Declaration
    public override void SetNull()
    Overrides
    PropertyValue.SetNull()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng