Namespace LemonEdge.API.Core.Formulas
Classes
DatasetShortcutFormulaContext
FormulaFunctions
The context supplied while executing custom formulas.
Contains all standard functions provided by StandardFunctions
FormulaFunctionsFactory
FormulaFunctionsServiceContext
FormulaFunctionsWithContext
The context supplied while executing formulas that also has a custom context item the formula can execute against with the correct type
FormulaFunctionsWithContextAndStorage<T>
FormulaFunctionsWithContext<T>
The context supplied while executing formulas that also has a custom context item the formula can execute against
FormulaFunctionsWithQueryRunnerResults
The context supplied while executing formulas that are pass parameters to IQueryRunnerStep while processing a IQueryRunner
FormulaFunctionsWithUpdater
Interfaces
IFormulaFunctions
An interface of the context object associated with processing all LemonEdge formulas
IFormulaFunctionsFactory
IFormulaFunctionsServiceContext
The services demanded from the IServiceProvider for the proper compilation and execution of IFormulaFunctions
IFormulaFunctionsWithContext
IFormulaFunctionsWithContext<T>
Extends the common formula function context to also include a context item