FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Expression::BooleanValue Class Reference
[OSGeo::FDO::Expression]

Inherits OSGeo::FDO::Expression::DataValue.

Inheritance diagram for OSGeo::FDO::Expression::BooleanValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The BooleanValue class derives from DataValue and represents a Boolean value.

()

Definition at line 37 of file mgBooleanValue.h.


Public Member Functions

 BooleanValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a BooleanValue object based on an unmanaged instance of the object.
 BooleanValue (System::Boolean value)
 Constructs a default instance of an BooleanValue using the specified arguments.
 BooleanValue ()
 Constructs a default instance of an BooleanValue with a value of null.
__property System::Boolean get_Boolean ()
 Gets the BooleanValue.
__property OSGeo::FDO::Schema::DataType get_DataType ()
 Gets the data type of the BooleanValue.
System::Void Process (OSGeo::FDO::Expression::IExpressionProcessor *processor)
 Overrides Expression.Process to pass the BooleanValue to the appropriate expression processor operation.
__property System::Void set_Boolean (System::Boolean value)
 Sets the Boolean value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::Boolean op_Explicit (OSGeo::FDO::Expression::BooleanValue *value)
 A cast operator to get the Boolean value.

Comments or suggestions? Send us feedback.