FDO API Reference Feature Data Objects

Int32Value Class Reference

List of all members.

Detailed Description

The FdoInt32Value class derives from FdoDataValue and represents a 32-bit signed integer value.


Public Member Functions

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

Static Public Member Functions

static System::Int32 op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::Int32Value *value)
 A cast operator to get the integer value.

Comments or suggestions? Send us feedback.