| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::ByteValue:

()
Definition at line 37 of file mgByteValue.h.
Public Member Functions | |
| ByteValue (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a ByteValue object based on an unmanaged instance of the object. | |
| ByteValue (System::Byte value) | |
| Constructs a default instance of an ByteValue using the specified arguments. | |
| ByteValue () | |
| Constructs a default instance of an ByteValue with a value of null. | |
| __property System::Byte | get_Byte () |
| Gets the ByteValue. | |
| __property OSGeo::FDO::Schema::DataType | get_DataType () |
| Gets the data type of the ByteValue. | |
| System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
| Overrides Expression.Process to pass the ByteValue 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 (OSGeo::FDO::Expression::ByteValue *value) |
| A cast operator to get the byte value. | |
| Comments or suggestions? Send us feedback. |