OSGeo::FDO::Connections::Capabilities::FunctionDefinition::FunctionDefinition ( System::String *  name,
System::String *  description,
System::Boolean  isAggregate,
OSGeo::FDO::Connections::Capabilities::SignatureDefinitionCollection signatures,
OSGeo::FDO::Connections::Capabilities::FunctionCategoryType  functionCategoryType 
)

Constructs an instance of a FunctionDefinition using the specified arguments.

Parameters:
name Input the name of the function.
description Input a brief description.
isAggregate Input the flag indicating whether or not this is an aggregate function
signatures Input the list of possible function signatures
functionCategoryType Input the category the function belongs to. Valid values for this parameter are defined in the enumeration FunctionCategoryType.
Returns:
Returns FunctionDefinition