Search Results for

    Show / Hide Table of Contents

    Interface IHostContext

    Namespace: LemonEdge.Client.Core.Views
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IHostContext

    Properties

    AutoUpdaterChecker

    Returns the session IAutoUpdaterChecker

    Declaration
    IAutoUpdaterChecker AutoUpdaterChecker { get; }
    Property Value
    Type Description
    IAutoUpdaterChecker

    CacheManager

    Returns the session ICacheManager.

    Declaration
    ICacheManager CacheManager { get; }
    Property Value
    Type Description
    ICacheManager

    DatabaseStatusProxy

    Returns the session IDatabaseStatusProxy

    Declaration
    IDatabaseStatusProxy DatabaseStatusProxy { get; }
    Property Value
    Type Description
    IDatabaseStatusProxy

    FactoryInjector

    Returns the session IFactoryInjector. See description - but this should only be used to create objects unknown (or with unknown/unlimited) constructor parameters.

    Declaration
    IFactoryInjector FactoryInjector { get; }
    Property Value
    Type Description
    IFactoryInjector

    LocalSettingsService

    Returns the session ILocalSettingsService

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

    Services

    Returns the session IServerTaskContext

    Declaration
    IServerTaskContext Services { get; }
    Property Value
    Type Description
    IServerTaskContext

    UpdaterSettings

    Returns the updater settings used to Auto Update.

    Declaration
    UpdaterSettings UpdaterSettings { get; }
    Property Value
    Type Description
    UpdaterSettings

    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.