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::Int16Value Class Reference

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

Inheritance diagram for OSGeo::FDO::Expression::Int16Value:

[legend]
List of all members.

Detailed Description

The Int16Value class derives from DataValue and represents a 16-bit signed integer value.


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.

Constructor & Destructor Documentation

OSGeo::FDO::Expression::Int16Value::Int16Value  ) 
 

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

Returns:
Returns the created Int16Value

OSGeo::FDO::Expression::Int16Value::Int16Value System::Int16  value  ) 
 

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

Parameters:
value Input a 16 bit integer
Returns:
Returns the created Int16Value

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

Constructs an Int16Value 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 OSGeo ::FDO ::Schema ::DataType OSGeo::FDO::Expression::Int16Value::get_DataType  ) 
 

Gets the data type of the Int16Value.

Returns:
Returns an DataType

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

__property System::Int16 OSGeo::FDO::Expression::Int16Value::get_Int16  ) 
 

Gets the Int16Value.

Returns:
Returns a 16 bit integer

System::Int16 OSGeo::FDO::Expression::Int16Value::op_Explicit OSGeo::FDO::Expression::Int16Value value  )  [static]
 

A cast operator to get the integer value.

Returns:
Returns a 16 bit integer

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

Overrides Expression.Process to pass the Int16Value 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::Int16Value::set_Int16 System::Int16  value  ) 
 

Sets the Int16Value.

Parameters:
value Input a 16 bit integer
Returns:
Returns nothing

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

Returns the well defined text representation of this expression.

Returns:
Returns a character string

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


Comments or suggestions? Send us feedback.