Search Results for

    Show / Hide Table of Contents

    Interface IChartProcessor

    A processor used for loading and processing a IChart from the UI across multiple views in a consistent manner

    See https://help.lemonedge.com/charts/ for more information

    Inherited Members
    IBaseDataSetProcessor.IsChangedItemPartOfDataSet(IBaseEntity)
    IBaseDataSetProcessor.AddToDataSetToProcess(IBaseEntity, EntityOperation)
    IBaseDataSetProcessor.Load()
    IBaseDataSetProcessor.IgnoreEvents
    IBaseDataSetProcessor.Loaded
    IProcessor.Updater
    IProcessor.Cache
    IProcessor.User
    IProcessor.Reporter
    IDisposable.Dispose()
    Namespace: LemonEdge.API.Core.Processors
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IChartProcessor : IBaseDataSetProcessor, IProcessor, IDisposable

    Properties

    Chart

    The chart handled by this processor

    Declaration
    IChart Chart { get; }
    Property Value
    Type Description
    IChart

    Pivot

    A pivot interpretor used for running and interogating the IPivot (and in turn ISQLWrapper) that this chart is powered from

    Declaration
    PivotInterpretaor Pivot { get; }
    Property Value
    Type Description
    PivotInterpretaor

    Methods

    LoadPivotProcessor()

    Loads the Pivot interprator.

    Automatically loaded from Load(), but can be called when changes are made to force loading

    Declaration
    Task LoadPivotProcessor()
    Returns
    Type Description
    Task

    A task indicating the completion of this operation

    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

    IChart
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.