Search Results for

    Show / Hide Table of Contents

    Interface IFormulaFunctionsWithContext<T>

    Extends the common formula function context to also include a context item

    Inherited Members
    IFormulaFunctionsWithContext.ItemAs<T1>()
    IFormulaFunctionsWithContext.SetCustomParameters(Dictionary<string, object>)
    IFormulaFunctionsWithContext.Item
    IFormulaFunctionsWithContext.PropertyChangedItem
    IFormulaFunctionsWithContext.PropertyChangedName
    IFormulaFunctionsWithContext.PropertyChangedAlias
    IFormulaFunctionsWithContext.ChangedItemType
    IFormulaFunctions.GetItemPropertyValue(object, string)
    IFormulaFunctions.Evaluate<T>(string, bool)
    IFormulaFunctions.IsValid<T>(string)
    IFormulaFunctions.IsValid<T>(string, Type)
    IFormulaFunctions.ShareThisQueryCacheWithTarget(IFormulaFunctions)
    IFormulaFunctions.User
    IFormulaFunctions.Data
    IFormulaFunctions.Cache
    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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    FormulaFunctionsWithContext
    FormulaFunctionsWithContext<T>
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.