Interface IFormulaFunctionsServiceContext
The services demanded from the IServiceProvider for the proper compilation and execution of IFormulaFunctions
Inherited Members
Namespace: LemonEdge.API.Core.Formulas
Assembly: LemonEdge.API.dll
Syntax
public interface IFormulaFunctionsServiceContext : IServiceContext, ICoreContext
Properties
ScriptHelper
The IScriptHelper used for evaluating formulas.
Declaration
IScriptHelper ScriptHelper { get; }
Property Value
Type | Description |
---|---|
IScriptHelper |
SqlWrapperInterpretorFactory
The ISQLWrapperInterpretorFactory for creating sqlwrapper interpretors .
Declaration
ISQLWrapperInterpretorFactory SqlWrapperInterpretorFactory { get; }
Property Value
Type | Description |
---|---|
ISQLWrapperInterpretorFactory |