FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

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

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

[legend]
List of all members.

Detailed Description

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


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

Constructor & Destructor Documentation

OSGeo::FDO::Connections::Capabilities::ArgumentDefinition::ArgumentDefinition System::String *  name,
System::String *  description,
OSGeo::FDO::Schema::DataType  dataType
 

Constructs an instance of an ArgumentDefinition using the specified arguments.

Parameters:
name Input the name of the argument.
description Input a brief description of the argument.
dataType Input the type of argument.
Returns:
Returns ArgumentDefinition

Member Function Documentation

__property OSGeo ::FDO ::Schema ::DataType OSGeo::FDO::Connections::Capabilities::ArgumentDefinition::get_DataType  ) 
 

Gets the DataType of the argument.

Returns:
Returns the data type of the argument

__property System::String* OSGeo::FDO::Connections::Capabilities::ArgumentDefinition::get_Description  ) 
 

Gets a brief description of the argument.

Returns:
Returns the argument description

__property System::String* OSGeo::FDO::Connections::Capabilities::ArgumentDefinition::get_Name  ) 
 

Gets the name of the argument.

Returns:
Returns the argument name

__property OSGeo ::FDO ::Schema ::PropertyType OSGeo::FDO::Connections::Capabilities::ArgumentDefinition::get_PropertyType  ) 
 

Gets the PropertyType of the argument.

Returns:
Returns the property type of the argument

System::Void OSGeo::FDO::Connections::Capabilities::ArgumentDefinition::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.


Comments or suggestions? Send us feedback.