FDO API Reference Feature Data Objects

BooleanValue Class Reference

List of all members.

Detailed Description

The FdoBooleanValue class derives from FdoDataValue and represents a Boolean value.


Public Member Functions

 BooleanValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 BooleanValue (System::Boolean value)
 Constructs a default instance of an FdoBooleanValue using the specified arguments.
 BooleanValue ()
 Constructs a default instance of an FdoBooleanValue with a value of null.
__property System::Boolean get_Boolean ()
 Gets the FdoBooleanValue.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoBooleanValue.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoBooleanValue 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 (NAMESPACE_OSGEO_FDO_EXPRESSION::BooleanValue *value)
 A cast operator to get the Boolean value.

Comments or suggestions? Send us feedback.