FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Expression::Int64Value Class Reference
[OSGeo::FDO::Expression]

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

Inheritance diagram for OSGeo::FDO::Expression::Int64Value:

Inheritance graph
[legend]
List of all members.

Detailed Description

The Int64Value class derives from DataValue and represents a 64-bit signed integer value.

()

Definition at line 36 of file mgInt64Value.h.


Public Member Functions

__property OSGeo::FDO::Schema::DataType get_DataType ()
 Gets the data type of the Int64Value.
__property System::Int64 get_Int64 ()
 Gets the Int64Value.
 Int64Value (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an Int64Value object based on an unmanaged instance of the object.
 Int64Value (System::Int64 value)
 Constructs a default instance of an Int64Value using the specified arguments.
 Int64Value ()
 Constructs a default instance of an Int64Value with a value of null.
System::Void Process (OSGeo::FDO::Expression::IExpressionProcessor *processor)
 Overrides Expression.Process to pass the Int64Value to the appropriate expression processor operation.
__property System::Void set_Int64 (System::Int64 value)
 Sets the Int64Value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::Int64 op_Explicit (OSGeo::FDO::Expression::Int64Value *value)
 A cast operator to get the integer value.

Comments or suggestions? Send us feedback.