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: 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
    System.String key

    The setting key to return a value for

    Returns
    Type Description
    System.String

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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.