FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Connections::Capabilities::SignatureDefinition Class Reference
[OSGeo::FDO::Connections::Capabilities]

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

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

Inheritance graph
[legend]
List of all members.

Detailed Description

The FDO SignatureDefinition class allows the signatures of FDO FunctionDefinition objects to be defined.

()

Definition at line 35 of file mgSignatureDefinition.h.


Public Member Functions

__property OSGeo::FDO::Connections::Capabilities::ReadOnlyArgumentDefinitionCollectionget_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.