Search Results for

    Show / Hide Table of Contents

    Interface ICustomSettingRetriever

    Can be used to override the SettingsHelper functionality to provide an alternative method for retrieving custom setting values from propeitary sources

    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public interface ICustomSettingRetriever

    Methods

    GetAppSettingValue(string)

    Returns a value for the specified setting key

    Declaration
    string GetAppSettingValue(string key)
    Parameters
    Type Name Description
    string key

    The setting key to return a value for

    Returns
    Type Description
    string

    A value for the specified setting key, or null/empty if no setting is found

    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.