Search Results for

    Show / Hide Table of Contents

    Interface IUIContext

    The context tooling for UI objects.

    Namespace: LemonEdge.Client.UI.API.Misc
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IUIContext

    Properties

    CommandControlCreator

    The session ICommandControlCreator

    Declaration
    ICommandControlCreator CommandControlCreator { get; }
    Property Value
    Type Description
    ICommandControlCreator

    CommandFactory

    The session ICommandFactory

    Declaration
    ICommandFactory CommandFactory { get; }
    Property Value
    Type Description
    ICommandFactory

    ControlCreator

    The session IControlCreator

    Declaration
    IControlCreator ControlCreator { get; }
    Property Value
    Type Description
    IControlCreator

    ControlDisplayInfoFactory

    The session IControlDisplayInfoFactory

    Declaration
    IControlDisplayInfoFactory ControlDisplayInfoFactory { get; }
    Property Value
    Type Description
    IControlDisplayInfoFactory

    DisplayableItemDescriptorFactory

    The session IDisplayableItemDescriptorFactory

    Declaration
    IDisplayableItemDescriptorFactory DisplayableItemDescriptorFactory { get; }
    Property Value
    Type Description
    IDisplayableItemDescriptorFactory

    FormulaExecuter

    The session IFormulaExecuter

    Declaration
    IFormulaExecuter FormulaExecuter { get; }
    Property Value
    Type Description
    IFormulaExecuter

    LayoutGeneratorFactory

    The session ILayoutGeneratorFactory

    Declaration
    ILayoutGeneratorFactory LayoutGeneratorFactory { get; }
    Property Value
    Type Description
    ILayoutGeneratorFactory

    LayoutHostTools

    The session IModelLayoutHostTools

    Declaration
    IModelLayoutHostTools LayoutHostTools { get; }
    Property Value
    Type Description
    IModelLayoutHostTools

    LocalSettingsService

    The session ILocalSettingsService

    Declaration
    ILocalSettingsService LocalSettingsService { get; }
    Property Value
    Type Description
    ILocalSettingsService

    ParamConverter

    The session ISerializedParamConverter

    Declaration
    ISerializedParamConverter ParamConverter { get; }
    Property Value
    Type Description
    ISerializedParamConverter

    ViewDescriptorInstanceFactory

    The session IViewDescriptorInstanceFactory

    Declaration
    IViewDescriptorInstanceFactory ViewDescriptorInstanceFactory { get; }
    Property Value
    Type Description
    IViewDescriptorInstanceFactory

    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.