FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Connections::Capabilities::ArgumentDefinition Class Reference
[OSGeo::FDO::Connections::Capabilities]

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

Inheritance diagram for OSGeo::FDO::Connections::Capabilities::ArgumentDefinition:

Inheritance graph
[legend]
List of all members.

Detailed Description

The ArgumentDefinition class contains metadata that describes an argument to a function.

()

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.