Search Results for

    Show / Hide Table of Contents

    Interface IFormulaFunctionsWithContext

    Inherited Members
    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 : IFormulaFunctions

    Properties

    ChangedItemType

    Declaration
    ContextChangedItemType ChangedItemType { get; set; }
    Property Value
    Type Description
    ContextChangedItemType

    Item

    Declaration
    IBaseEntity Item { get; }
    Property Value
    Type Description
    IBaseEntity

    PropertyChangedAlias

    Declaration
    string PropertyChangedAlias { get; set; }
    Property Value
    Type Description
    string

    PropertyChangedItem

    Declaration
    IBaseEntity PropertyChangedItem { get; set; }
    Property Value
    Type Description
    IBaseEntity

    PropertyChangedName

    Declaration
    string PropertyChangedName { get; set; }
    Property Value
    Type Description
    string

    Methods

    ItemAs<T>()

    Declaration
    T ItemAs<T>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    SetCustomParameters(Dictionary<string, object>)

    Declaration
    void SetCustomParameters(Dictionary<string, object> parameters)
    Parameters
    Type Name Description
    Dictionary<string, object> parameters

    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)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.