Search Results for

    Show / Hide Table of Contents

    Enum FrameworkType

    The different type of client specific user interface components.

    Core indicates the components should be loaded by *all* clients and has universal code in it

    All other options indicate they should only be loaded by a client of that type as they contain framework specific platform components.

    For instance a WPF component will only correctly load in a WPF core application, it will fail to load in a console application.

    Namespace: LemonEdge.API.Core.Context.AddIns.Enums
    Assembly: LemonEdge.API.dll
    Syntax
    public enum FrameworkType : short

    Fields

    Name Description
    Core
    CoreWithUI
    WPF
    Xamarin

    Extension Methods

    LinqExtensions.AsArray<FrameworkType>(FrameworkType)
    LinqExtensions.ToArrayOfOne<FrameworkType>(FrameworkType)
    LinqExtensions.ToListOfOne<FrameworkType>(FrameworkType)
    MiscExtensions.SetIfNotEqual<FrameworkType, TP>(FrameworkType, Expression<Func<FrameworkType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.