Click or drag to resize

EmbeddedParserParseMethod Delegate

Delegate used internally for predefined dynamic functions.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public delegate string ParseMethod(
	IAppContext cxt,
	IDatabase db,
	ResolveOptions options,
	string[] args
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
db
Type: NetQuarryIDatabase
The database object (or null)
options
Type: NetQuarryResolveOptions
Resolution options.
args
Type: SystemString
Parameters passed to the embedded function.

Return Value

Type: String
The resolved string for the function invocation.
See Also