Search Results for

    Show / Hide Table of Contents

    Interface IQueryRunnerAPIExecuterInfo

    Namespace: LemonEdge.API.Core.Reporting.Queries
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IQueryRunnerAPIExecuterInfo

    Properties

    Cache

    Declaration
    IReadOnlyCache Cache { get; }
    Property Value
    Type Description
    IReadOnlyCache

    Parameters

    Declaration
    IReadOnlyDictionary<string, object> Parameters { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>

    Updater

    Declaration
    IEntityUpdater Updater { get; }
    Property Value
    Type Description
    IEntityUpdater

    UserInfo

    Declaration
    UserInfo UserInfo { get; }
    Property Value
    Type Description
    UserInfo

    Methods

    LogMessage(string)

    Declaration
    void LogMessage(string message)
    Parameters
    Type Name Description
    string message

    SetOptionalFileResult(byte[], string)

    Declaration
    void SetOptionalFileResult(byte[] generatedReport, string fileType)
    Parameters
    Type Name Description
    byte[] generatedReport
    string fileType

    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.