FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::ParameterValue:
Public Member Functions | |
__property System::String * | get_Name () |
Gets the parameter name the value should bind to as a string. | |
__property OSGeo::FDO::Expression::LiteralValue * | get_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. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs a default instance of an ParameterValue.
|
|
Constructs an instance of an ParameterValue using the specified arguments.
|
|
Constructs an instance of an ParameterValue using the specified arguments.
|
|
Gets the parameter name the value should bind to as a string.
|
|
Gets the value to bind to the parameter as an LiteralValue.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
|
Sets the parameter name the value should bind to as a string.
|
|
Sets the value to bind to the parameter as a string.
|
|
Sets the value to bind to the parameter as an LiteralValue.
|
Comments or suggestions? Send us feedback. |