FDO API Reference Feature Data Objects

FunctionDefinition Class Reference

List of all members.

Detailed Description

The FdoFunctionDefinition class contains metadata that describes a function and its arguments.


Public Member Functions

 FunctionDefinition (System::String *name, System::String *description, NAMESPACE_OSGEO_FDO_SCHEMA::DataType returnType, NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::ArgumentDefinitionCollection *arguments)
 Constructs an instance of an FdoFunctionDefinition using the specified arguments.
__property NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::ReadOnlyArgumentDefinitionCollection * get_Arguments ()
 Gets an array of FdoArgumentDefinition objects required for the function.
__property System::Boolean get_CanSetName ()
 Indicates that this object allows its name to change. This function is defined so that this class can be a NamedCollection element.
__property System::String * get_Description ()
 Gets a brief description of the function.
__property System::String * get_Name ()
 Gets the name of the function.
__property NAMESPACE_OSGEO_FDO_SCHEMA::PropertyType get_ReturnPropertyType ()
 Gets the FdoPropertyType of the function return value.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_ReturnType ()
 Gets the FdoDataType of the function return value.

Protected Member Functions

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

Comments or suggestions? Send us feedback.