Search Results for

    Show / Hide Table of Contents

    Interface IControlLookup

    A type lookup for controls. Should be used by IControlCreator. Facilitates switching out controls at runtime.

    Namespace: LemonEdge.Client.UI.API.Controls
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IControlLookup

    Methods

    GetControlType(Type[])

    Given type, returns a Concrete type.

    Declaration
    Type? GetControlType(Type[] types)
    Parameters
    Type Name Description
    Type[] types
    Returns
    Type Description
    Type

    GetControlType<T>()

    Given T, returns a Concrete type.

    Declaration
    Type GetControlType<T>()
    Returns
    Type Description
    Type
    Type Parameters
    Name Description
    T

    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.