Click or drag to resize

IFunctionParser Methods

The IFunctionParser type exposes the following members.

Methods
  NameDescription
Public methodDescription
Gets the natural language description of the function.
Public methodExec
A method for extended functionality -- provided for future use.
Public methodResolve
Resolve the specific function. Note that if the function parser implements the IFunctionParser2 interface then this method will NEVER be called and Resolve(String, IAppContext, IDatabase, ResolveOptions, Object) will be called instead.
Top
See Also