| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::Parameter:

()
Definition at line 38 of file mgParameter.h.
Public Member Functions | |
| __property System::String * | get_Name () |
| Gets the name of the parameter. | |
| Parameter (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a Parameter object based on an unmanaged instance of the object. | |
| Parameter (System::String *name) | |
| Constructs an instance of a parameter using the specified arguments. | |
| Parameter () | |
| Constructs a default instance of a parameter. | |
| System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
| Overrides Expression.Process to pass the Parameter to the appropriate expression processor operation. | |
| __property System::Void | set_Name (System::String *value) |
| Sets the name of the parameter. | |
| System::String * | ToString () |
| Returns the well defined text representation of this expression. | |
| Comments or suggestions? Send us feedback. |