Interface IFormulaFunctionsServiceContext
The services demanded from the IService
Inherited Members
Namespace: LemonEdge .API.Core.Formulas
Assembly: LemonEdge.API.dll
Syntax
public interface IFormulaFunctionsServiceContext : IServiceContext, ICoreContext
Properties
ScriptHelper
The IScript
Declaration
IScriptHelper ScriptHelper { get; }
Property Value
Type | Description |
---|---|
IScript |
SqlWrapperInterpretorFactory
The ISQLWrapper
Declaration
ISQLWrapperInterpretorFactory SqlWrapperInterpretorFactory { get; }
Property Value
Type | Description |
---|---|
ISQLWrapper |