FDO API Reference Feature Data Objects

SignatureDefinition Class Reference

List of all members.

Public Member Functions

__property NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::ReadOnlyArgumentDefinitionCollection * get_Arguments ()
 Gets an array of FdoArgumentDefinition objects required for 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. This is only valid if the function return property type is FdoPropertyType_DataProperty.
 SignatureDefinition (NAMESPACE_OSGEO_FDO_SCHEMA::PropertyType returnPropertyType, NAMESPACE_OSGEO_FDO_SCHEMA::DataType returnDataType, NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::ArgumentDefinitionCollection *arguments)
 Constructs an instance of a FunctionDefinition using the specified arguments.
 SignatureDefinition (NAMESPACE_OSGEO_FDO_SCHEMA::DataType returnDataType, NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::ArgumentDefinitionCollection *arguments)
 Constructs an instance of a FunctionDefinition using the specified arguments.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()

Comments or suggestions? Send us feedback.