FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::ParameterValue Class Reference
[OSGeo::FDO::Commands]

Inherits OSGeo::FDO::Runtime::Disposable.

Inheritance diagram for OSGeo::FDO::Commands::ParameterValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The ParameterValue class specifies a value for a particular parameter. Instances of this class are used to specify a value to bind to a parameter when a command is executed.

()

Definition at line 34 of file mgParameterValue.h.


Public Member Functions

__property System::String * get_Name ()
 Gets the parameter name the value should bind to as a string.
__property OSGeo::FDO::Expression::LiteralValueget_Value ()
 Gets the value to bind to the parameter as an LiteralValue.
 ParameterValue (System::String *name, OSGeo::FDO::Expression::LiteralValue *value)
 Constructs an instance of an ParameterValue using the specified arguments.
 ParameterValue (System::String *name)
 Constructs an instance of an ParameterValue using the specified arguments.
 ParameterValue ()
 Constructs a default instance of an ParameterValue.
__property System::Void set_Name (System::String *value)
 Sets the parameter name the value should bind to as a string.
__property System::Void set_Value (System::String *value)
 Sets the value to bind to the parameter as a string.
__property System::Void set_Value (OSGeo::FDO::Expression::LiteralValue *value)
 Sets the value to bind to the parameter as an LiteralValue.

Comments or suggestions? Send us feedback.