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
    Assembly: API.dll
    Syntax
    public enum FrameworkType : short

    Fields

    Name Description
    Core
    WPF
    Xamarin

    Extension Methods

    EnumHelper.GetShortFlaggedValues<FrameworkType>()
    EnumHelper.ToShortGuid<FrameworkType>()
    MiscExtensions.SetIfNotEqual<FrameworkType, P>(Expression<Func<FrameworkType, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, FrameworkType>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.