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
)
Public Delegate Function ParseMethod (
cxt As IAppContext,
db As IDatabase,
options As ResolveOptions,
args As String()
) As String
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:
StringThe resolved string for the function invocation.
See Also