| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Connections::Capabilities::ArgumentDefinition:

()
Definition at line 32 of file mgArgumentDefinition.h.
Public Member Functions | |
| ArgumentDefinition (System::String *name, System::String *description, OSGeo::FDO::Schema::DataType dataType) | |
| Constructs an instance of an ArgumentDefinition using the specified arguments. | |
| __property OSGeo::FDO::Schema::DataType | get_DataType () |
| Gets the DataType of the argument. | |
| __property System::String * | get_Description () |
| Gets a brief description of the argument. | |
| __property System::String * | get_Name () |
| Gets the name of the argument. | |
| __property OSGeo::FDO::Schema::PropertyType | get_PropertyType () |
| Gets the PropertyType of the argument. | |
| Comments or suggestions? Send us feedback. |