Search Results for

    Show / Hide Table of Contents

    Enum ConnectionType

    The currently supported types of connections to the LemonEdge platform

    Namespace: LemonEdge.Client.Core.CommonUI
    Assembly: API.dll
    Syntax
    [DataContract]
    public enum ConnectionType : short

    Fields

    Name Description
    Database

    Indicates the client will directly connect to the sql database server and database

    Service

    Indicates the client will connect via a lemonedge webservice

    Extension Methods

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