Interface IFormulaFunctionsWithContextItem
Extends the common formula function context to also include a context item
Inherited Members
Namespace: LemonEdge.Core
Assembly: API.dll
Syntax
public interface IFormulaFunctionsWithContextItem : IFormulaFunctions
Properties
Item
The context item the system is running this formula with
Declaration
IBaseEntity Item { get; }
Property Value
| Type | Description |
|---|---|
| IBaseEntity |
Methods
ItemAs<T>()
The context item the system is running this formula with
Declaration
T ItemAs<T>()
Returns
| Type | Description |
|---|---|
| T | The context item the system is running this formula with |
Type Parameters
| Name | Description |
|---|---|
| T | The type of this context item |