Search Results for

    Show / Hide Table of Contents

    Class BooleanValue

    Stores boolean data

    Inheritance
    System.Object
    PropertyValue
    ValueTypePropertyValue<System.Boolean>
    BooleanValue
    Inherited Members
    ValueTypePropertyValue<Boolean>.IsNull
    ValueTypePropertyValue<Boolean>.Value
    ValueTypePropertyValue<Boolean>.SetNull()
    ValueTypePropertyValue<Boolean>.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 BooleanValue : ValueTypePropertyValue<bool>

    Constructors

    | Improve this Doc View Source

    BooleanValue()

    Initializes a new instance

    Declaration
    public BooleanValue()
    | Improve this Doc View Source

    BooleanValue(Boolean)

    Initializes a new instance

    Declaration
    public BooleanValue(bool value)
    Parameters
    Type Name Description
    System.Boolean 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