Search Results for

    Show / Hide Table of Contents

    Interface IPivotBase

    The standard pivot view used by the PivotViewController for displaying a pre-configured pivot from a IPivot

    Uses the PivotViewResultParams parameter type for the view

    Inherited Members
    IModelView.ClearUI()
    IModelView.ReActivateView()
    IModelView.ValidateUI()
    IModelView.Displayer
    IModelView.Descriptor
    IModelView.Controller
    Namespace: LemonEdge.Client.Core.Views
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    [ViewDescriptor(typeof(PivotViewEnumerator))]
    public interface IPivotBase : IModelView

    Methods

    Collapse()

    Declaration
    void Collapse()

    DisplayData(IEnumerable<ISQLWrapperResult>)

    Populates the pivot with the specified data to be displayed in the client ui

    Declaration
    void DisplayData(IEnumerable<ISQLWrapperResult> data)
    Parameters
    Type Name Description
    IEnumerable<ISQLWrapperResult> data

    The results of the chart pivot to be displayed in the chart

    DisplayDesign(PivotAxis, SQLWrapperInterpretor, IEnumerable<IPivotFieldInfo>)

    Displays the specified pivotAxis design in the client application ui

    Declaration
    void DisplayDesign(PivotAxis pivotAxis, SQLWrapperInterpretor sqlWrapper, IEnumerable<IPivotFieldInfo> items)
    Parameters
    Type Name Description
    PivotAxis pivotAxis

    The definition of the axis type to pivot on

    SQLWrapperInterpretor sqlWrapper

    The underlying sql wrapper that will be executed to provide the data for the display

    IEnumerable<IPivotFieldInfo> items

    The fields, etc for the pivot desgin

    Expand()

    Declaration
    void Expand()

    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.