Interface IFormulaFunctionsWithContext
Assembly: LemonEdge.API.dll
Syntax
public interface IFormulaFunctionsWithContext : IFormulaFunctions
Properties
ChangedItemType
Declaration
ContextChangedItemType ChangedItemType { get; set; }
Property Value
Item
Declaration
IBaseEntity Item { get; }
Property Value
PropertyChangedAlias
Declaration
string PropertyChangedAlias { get; set; }
Property Value
PropertyChangedItem
Declaration
IBaseEntity PropertyChangedItem { get; set; }
Property Value
PropertyChangedName
Declaration
string PropertyChangedName { get; set; }
Property Value
Methods
ItemAs<T>()
Declaration
Returns
Type Parameters
SetCustomParameters(Dictionary<string, object>)
Declaration
void SetCustomParameters(Dictionary<string, object> parameters)
Parameters
Extension Methods