Interface IFdoFunctionDefintion
Describes an FDO function
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoFunctionDefintion
Properties
| Improve this Doc View SourceDescription
The description of the function
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the function
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Signatures
The array of supported signatures
Declaration
IFdoFunctionDefintionSignature[] Signatures { get; }
Property Value
Type | Description |
---|---|
IFdoFunctionDefintionSignature[] |