FDO API Reference Feature Data Objects

ByteValue Class Reference

List of all members.

Detailed Description

The FdoByteValue class derives from FdoDataValue and represents a literal byte value.


Public Member Functions

 ByteValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 ByteValue (System::Byte value)
 Constructs a default instance of an FdoByteValue using the specified arguments.
 ByteValue ()
 Constructs a default instance of an FdoByteValue with a value of null.
__property System::Byte get_Byte ()
 Gets the FdoByteValue.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoByteValue.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoByteValue to the appropriate expression processor operation.
__property System::Void set_Byte (System::Byte value)
 Sets the byte value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::Byte op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::ByteValue *value)
 A cast operator to get the byte value.

Comments or suggestions? Send us feedback.