FDO API Reference Feature Data Objects

Function Class Reference

List of all members.

Detailed Description

The FdoFunction class derives from FdoExpression and represents a function call. As such it defines the name of the function and the collection of arguments to be passed to it.


Public Member Functions

 Function (System::IntPtr unmanaged, System::Boolean autoDelete)
 Function (System::String *name, NAMESPACE_OSGEO_FDO_EXPRESSION::ExpressionCollection *arguments)
 Constructs an instance of a function using the specified arguments.
 Function (System::String *name, NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *arguments[])
 Constructs an instance of a function using the specified arguments.
 Function ()
 Constructs a default instance of an FdoFunction.
__property NAMESPACE_OSGEO_FDO_EXPRESSION::ExpressionCollection * get_Arguments ()
 Gets the FdoExpressionCollection that contains the arguments to the function.
__property System::String * get_Name ()
 Gets the name of the function.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoFunction to the appropriate expression processor operation.
__property System::Void set_Name (System::String *value)
 Sets the name of the function.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Comments or suggestions? Send us feedback.