Click or drag to resize

IFunctionParser2 Interface

This is an extension interface to the IFunctionParser interface to provide additional functionality. To use this interface the function parser must also implement the IFunctionParser interface.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IFunctionParser2

The IFunctionParser2 type exposes the following members.

Methods
  NameDescription
Public methodResolve
Resolve the specific function. Note that if the function parser implements this interface then this method will ALWAYS be called and Resolve(String, IDatabase, ResolveOptions, Object) will NEVER be called.
Top
See Also