Search Results for

    Show / Hide Table of Contents

    Interface ILayoutCreator

    Obsolete

    This interface should not be used. Any methods on ILayoutGenerator should use the ones that do not reference this interface. It will be removed in the future.

    Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
    Assembly: ClientCore.dll
    Syntax
    [Obsolete("The ILayoutCreator interface is no longer required with an IlayoutGenerator")]
    public interface ILayoutCreator

    Methods

    LoadTabLayout(LayoutTabSetting, LayoutDescriptorGroup)

    Obsolete

    This interface should not be used. Any methods on ILayoutGenerator should use the ones that do not reference this interface. It will be removed in the future.

    Declaration
    [Obsolete("The ILayoutCreator interface is no longer required with an IlayoutGenerator")]
    void LoadTabLayout(LayoutTabSetting tab, LayoutDescriptorGroup descriptor)
    Parameters
    Type Name Description
    LayoutTabSetting tab
    LayoutDescriptorGroup descriptor

    SetAndDisplayLayout(LayoutDescriptor)

    Obsolete

    This interface should not be used. Any methods on ILayoutGenerator should use the ones that do not reference this interface. It will be removed in the future.

    Declaration
    [Obsolete("The ILayoutCreator interface is no longer required with an IlayoutGenerator")]
    Task SetAndDisplayLayout(LayoutDescriptor descriptor)
    Parameters
    Type Name Description
    LayoutDescriptor descriptor
    Returns
    Type Description
    System.Threading.Tasks.Task

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.