FDO API Reference Feature Data Objects

ArgumentDefinition Class Reference

List of all members.

Detailed Description

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


Public Member Functions

 ArgumentDefinition (System::String *name, System::String *description, NAMESPACE_OSGEO_FDO_SCHEMA::DataType dataType)
 Constructs an instance of an FdoArgumentDefinition using the specified arguments.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the FdoDataType 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 NAMESPACE_OSGEO_FDO_SCHEMA::PropertyType get_PropertyType ()
 Gets the FdoDataType of the argument.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.