Search Results for

    Show / Hide Table of Contents

    Interface IConnectorAccessor

    Note that this is not used for Blazor Server - as it requires HTTP-Scoped connector access. It is used as a promise though for WPF and single user clients. This can be injected at startup, when IConnector is not immediately available.

    Namespace: LemonEdge.API.Client.CommonUI
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IConnectorAccessor

    Properties

    Connector

    Declaration
    IConnector Connector { get; }
    Property Value
    Type Description
    IConnector

    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.