Search Results for

    Show / Hide Table of Contents

    Interface ILocalSettingsService

    Namespace: LemonEdge.Client.UI.API.Settings
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface ILocalSettingsService

    Properties

    DefaultSimplifiedMenu

    Settings for Simplified Menu

    Declaration
    bool DefaultSimplifiedMenu { get; set; }
    Property Value
    Type Description
    bool

    GridRowFilterType

    Grid Column Filter Setting by RowHeader or by Popup

    Declaration
    GridColumnFilterType GridRowFilterType { get; set; }
    Property Value
    Type Description
    GridColumnFilterType

    Instance

    LocalSettings loaded from file

    Declaration
    LocalSettings Instance { get; }
    Property Value
    Type Description
    LocalSettings

    Methods

    SaveSettings(LocalSettings)

    Saves users setting in tmp file

    Declaration
    bool SaveSettings(LocalSettings settings)
    Parameters
    Type Name Description
    LocalSettings settings
    Returns
    Type Description
    bool

    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.