Interface IFormulaFunctionsWithContext<T>
Extends the common formula function context to also include a context item
Inherited Members
Namespace: LemonEdge.API.Core.Formulas
Assembly: LemonEdge.API.dll
Syntax
public interface IFormulaFunctionsWithContext<out T> : IFormulaFunctionsWithContext, IFormulaFunctions
Type Parameters
Name | Description |
---|---|
T | Extends the common formula function context to also include a context item |
Properties
MyItem
The context item the system is running this formula with
Declaration
T MyItem { get; }
Property Value
Type | Description |
---|---|
T |