| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Connections::Capabilities::SignatureDefinition:

()
Definition at line 35 of file mgSignatureDefinition.h.
Public Member Functions | |
| __property OSGeo::FDO::Connections::Capabilities::ReadOnlyArgumentDefinitionCollection * | get_Arguments () |
| Gets an array of ArgumentDefinition objects required for the function. | |
| __property OSGeo::FDO::Schema::PropertyType | get_ReturnPropertyType () |
| Gets the PropertyType of the function return value. | |
| __property OSGeo::FDO::Schema::DataType | get_ReturnType () |
| Gets the DataType of the function return value. This is only valid if the function return property type is PropertyType_DataProperty. | |
| SignatureDefinition (OSGeo::FDO::Schema::PropertyType returnPropertyType, OSGeo::FDO::Schema::DataType returnDataType, OSGeo::FDO::Connections::Capabilities::ArgumentDefinitionCollection *arguments) | |
| Constructs an instance of a FunctionDefinition using the specified arguments. | |
| SignatureDefinition (OSGeo::FDO::Schema::DataType returnDataType, OSGeo::FDO::Connections::Capabilities::ArgumentDefinitionCollection *arguments) | |
| Constructs an instance of a FunctionDefinition using the specified arguments. | |
| Comments or suggestions? Send us feedback. |