FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Connections::Capabilities::ArgumentDefinition:
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. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs an instance of an ArgumentDefinition using the specified arguments.
|
|
Gets the DataType of the argument.
|
|
Gets a brief description of the argument.
|
|
Gets the name of the argument.
|
|
Gets the PropertyType of the argument.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |