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

Inherits OSGeo::FDO::Expression::ValueExpression.

Inherited by OSGeo::FDO::Expression::DataValue, and OSGeo::FDO::Expression::GeometryValue.

Inheritance diagram for OSGeo::FDO::Expression::LiteralValue:

[legend]
List of all members.

Detailed Description

LiteralValue is an abstract base class that derives from ValueExpression to form the root for all literal value types.


Public Member Functions

 LiteralValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a LiteralValue object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

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

Constructs a LiteralValue 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.

Comments or suggestions? Send us feedback.