FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Connections::Capabilities::FunctionDefinition:
Public Member Functions | |
FunctionDefinition (System::String *name, System::String *description, System::Boolean isAggregate, OSGeo::FDO::Connections::Capabilities::SignatureDefinitionCollection *signatures) | |
Constructs an instance of a FunctionDefinition using the specified arguments. | |
FunctionDefinition (System::String *name, System::String *description, OSGeo::FDO::Schema::DataType returnType, OSGeo::FDO::Connections::Capabilities::ArgumentDefinitionCollection *arguments) | |
Constructs an instance of a FunctionDefinition using the specified arguments. | |
__property OSGeo::FDO::Connections::Capabilities::ReadOnlyArgumentDefinitionCollection * | get_Arguments () |
Gets an array of ArgumentDefinition 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::Boolean | get_IsAggregate () |
Returns true if the function is an aggregate function and false if it is a simple function. | |
__property System::String * | get_Name () |
Gets the name of 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. | |
__property OSGeo::FDO::Connections::Capabilities::ReadOnlySignatureDefinitionCollection * | get_Signatures () |
Gets an array of SignatureDefinition objects that describe the different signatures supported by the function. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs an instance of a FunctionDefinition using the specified arguments.
|
|
Constructs an instance of a FunctionDefinition using the specified arguments.
|
|
Gets an array of ArgumentDefinition objects required for the function.
|
|
Indicates that this object allows its name to change. This function is defined so that this class can be a NamedCollection element.
|
|
Gets a brief description of the function.
|
|
Returns true if the function is an aggregate function and false if it is a simple function.
|
|
Gets the name of the function.
|
|
Gets the PropertyType of the function return value.
|
|
Gets the DataType of the function return value.
|
|
Gets an array of SignatureDefinition objects that describe the different signatures supported by the function.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |