Interface IFdoFunctionDefintionSignature
Describes an FDO function signature
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoFunctionDefintionSignature
Properties
| Improve this Doc View SourceArguments
The array of arguments in this function signature
Declaration
IFdoFunctionArgumentDefinition[] Arguments { get; }
Property Value
Type | Description |
---|---|
IFdoFunctionArgumentDefinition[] |
ReturnType
Gets the return type of this signature
Declaration
string ReturnType { get; }
Property Value
Type | Description |
---|---|
System.String |