Search Results for

    Show / Hide Table of Contents

    Interface IFormulaFunctionsServiceContext

    The services demanded from the IServiceProvider for the proper compilation and execution of IFormulaFunctions

    Inherited Members
    IServiceContext.FactoryInjector
    IServiceContext.ServerTaskFactory
    IServiceContext.FormulaFunctionsFactory
    IServiceContext.ValidationContextFactory
    IServiceContext.NotificationTypeFactory
    ICoreContext.EntityDescriptorFactory
    ICoreContext.ReflectionHelper
    ICoreContext.Serializer
    Namespace: LemonEdge.API.Core.Formulas
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IFormulaFunctionsServiceContext : IServiceContext, ICoreContext

    Properties

    ScriptHelper

    The IScriptHelper used for evaluating formulas.

    Declaration
    IScriptHelper ScriptHelper { get; }
    Property Value
    Type Description
    IScriptHelper

    SqlWrapperInterpretorFactory

    The ISQLWrapperInterpretorFactory for creating sqlwrapper interpretors .

    Declaration
    ISQLWrapperInterpretorFactory SqlWrapperInterpretorFactory { get; }
    Property Value
    Type Description
    ISQLWrapperInterpretorFactory

    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.