Search Results for

    Show / Hide Table of Contents

    Interface IControlCreator

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

    Methods

    CreateControl(ControlDisplayInfo, double?)

    Creates Control according to control definition

    Declaration
    ISingleControl CreateControl(ControlDisplayInfo info, double? widthOverride = null)
    Parameters
    Type Name Description
    ControlDisplayInfo info
    double? widthOverride
    Returns
    Type Description
    ISingleControl

    GetControlType(ControlDisplayInfo)

    Gets Control Type from ControlDisplayInfo

    Declaration
    Type GetControlType(ControlDisplayInfo info)
    Parameters
    Type Name Description
    ControlDisplayInfo info
    Returns
    Type Description
    Type

    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.