FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Expression::ByteValue Class Reference

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

Inheritance diagram for OSGeo::FDO::Expression::ByteValue:

[legend]
List of all members.

Detailed Description

The ByteValue class derives from DataValue and represents a literal byte value.


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

System::Byte op_Explicit (OSGeo::FDO::Expression::ByteValue *value)
 A cast operator to get the byte value.

Constructor & Destructor Documentation

OSGeo::FDO::Expression::ByteValue::ByteValue  ) 
 

Constructs a default instance of an ByteValue with a value of null.

Returns:
Returns the created ByteValue

OSGeo::FDO::Expression::ByteValue::ByteValue System::Byte  value  ) 
 

Constructs a default instance of an ByteValue using the specified arguments.

Parameters:
value Input a byte
Returns:
Returns the created ByteValue

OSGeo::FDO::Expression::ByteValue::ByteValue System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs a ByteValue object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property System::Byte OSGeo::FDO::Expression::ByteValue::get_Byte  ) 
 

Gets the ByteValue.

Returns:
Returns a byte

__property OSGeo ::FDO ::Schema ::DataType OSGeo::FDO::Expression::ByteValue::get_DataType  ) 
 

Gets the data type of the ByteValue.

Returns:
Returns an DataType

Reimplemented from OSGeo::FDO::Expression::DataValue.

System::Byte OSGeo::FDO::Expression::ByteValue::op_Explicit OSGeo::FDO::Expression::ByteValue value  )  [static]
 

A cast operator to get the byte value.

Returns:
Returns a byte

System::Void OSGeo::FDO::Expression::ByteValue::Process OSGeo::FDO::Expression::IExpressionProcessor processor  ) 
 

Overrides Expression.Process to pass the ByteValue to the appropriate expression processor operation.

Parameters:
processor Input an IExpressionProcessor
Returns:
Returns nothing

Reimplemented from OSGeo::FDO::Expression::Expression.

__property System::Void OSGeo::FDO::Expression::ByteValue::set_Byte System::Byte  value  ) 
 

Sets the byte value.

Parameters:
value Input a byte
Returns:
Returns nothing

System::String* OSGeo::FDO::Expression::ByteValue::ToString  ) 
 

Returns the well defined text representation of this expression.

Returns:
Returns a text string

Reimplemented from OSGeo::FDO::Expression::Expression.


Comments or suggestions? Send us feedback.