Search Results for

    Show / Hide Table of Contents

    Class ConnectionSettings

    Inheritance
    object
    ConnectionSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public class ConnectionSettings

    Constructors

    ConnectionSettings()

    Declaration
    public ConnectionSettings()

    Fields

    CONFIGURATION_SECTION

    Declaration
    public const string CONFIGURATION_SECTION = "LemonEdge:ConnectionSettings"
    Field Value
    Type Description
    string

    Properties

    ConnectionString

    Declaration
    public string? ConnectionString { get; set; }
    Property Value
    Type Description
    string

    IsManualDBConnection

    Declaration
    public bool IsManualDBConnection { get; set; }
    Property Value
    Type Description
    bool

    LoginMethod

    Declaration
    public string? LoginMethod { get; set; }
    Property Value
    Type Description
    string

    ServiceURI

    Declaration
    public string? ServiceURI { get; set; }
    Property Value
    Type Description
    string

    ServiceURIAsUri

    Declaration
    public Uri? ServiceURIAsUri { get; }
    Property Value
    Type Description
    Uri

    ValidIPAddresses

    Declaration
    public string? ValidIPAddresses { get; set; }
    Property Value
    Type Description
    string

    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.