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

()
Definition at line 36 of file mgInt32Value.h.
Public Member Functions | |
| __property OSGeo::FDO::Schema::DataType | get_DataType () |
| Gets the data type of the Int32Value. | |
| __property System::Int32 | get_Int32 () |
| Gets the Int32Value. | |
| Int32Value (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs an Int32Value object based on an unmanaged instance of the object. | |
| Int32Value (System::Int32 value) | |
| Constructs a default instance of an Int32Value using the specified arguments. | |
| Int32Value () | |
| Constructs a default instance of an Int32Value with a value of null. | |
| System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
| Overrides Expression.Process to pass the Int32Value to the appropriate expression processor operation. | |
| __property System::Void | set_Int32 (System::Int32 value) |
| Sets the Int32Value. | |
| System::String * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| static System::Int32 | op_Explicit (OSGeo::FDO::Expression::Int32Value *value) |
| A cast operator to get the integer value. | |
| Comments or suggestions? Send us feedback. |