FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::Int16Value:
Public Member Functions | |
__property OSGeo::FDO::Schema::DataType | get_DataType () |
Gets the data type of the Int16Value. | |
__property System::Int16 | get_Int16 () |
Gets the Int16Value. | |
Int16Value (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs an Int16Value object based on an unmanaged instance of the object. | |
Int16Value (System::Int16 value) | |
Constructs a default instance of an Int16Value using the specified arguments. | |
Int16Value () | |
Constructs a default instance of an Int16Value with a value of null. | |
System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
Overrides Expression.Process to pass the Int16Value to the appropriate expression processor operation. | |
__property System::Void | set_Int16 (System::Int16 value) |
Sets the Int16Value. | |
System::String * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
System::Int16 | op_Explicit (OSGeo::FDO::Expression::Int16Value *value) |
A cast operator to get the integer value. |
|
Constructs a default instance of an Int16Value with a value of null.
|
|
Constructs a default instance of an Int16Value using the specified arguments.
|
|
Constructs an Int16Value object based on an unmanaged instance of the object.
|
|
Gets the data type of the Int16Value.
Reimplemented from OSGeo::FDO::Expression::DataValue. |
|
Gets the Int16Value.
|
|
A cast operator to get the integer value.
|
|
Overrides Expression.Process to pass the Int16Value to the appropriate expression processor operation.
Reimplemented from OSGeo::FDO::Expression::Expression. |
|
Sets the Int16Value.
|
|
Returns the well defined text representation of this expression.
Reimplemented from OSGeo::FDO::Expression::Expression. |
Comments or suggestions? Send us feedback. |