Click or drag to resize

EmbeddedParserLoadCustomParsers Method

Loads custom functions into the parser. Custom functions must be added as components to the application of type functionparser implementing the IFunctionParser interface.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void LoadCustomParsers(
	IAppContext appCxt
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
See Also