Search Results for

    Show / Hide Table of Contents

    Interface IFormulaFunctionsWithContextItem

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

    Inherited Members
    IFormulaFunctions.User
    IFormulaFunctions.Data
    IFormulaFunctions.Cache
    IFormulaFunctions.GetItemPropertyValue(Object, String)
    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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    FormulaFunctionsWithContext
    FormulaFunctionsWithContext<T>
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.