Search Results for

    Show / Hide Table of Contents

    Class CommonConfigurationSection

    Contains common configuration options for both client and core

    Inheritance
    System.Object
    ConfigurationSectionWithAppSettingsBase
    CommonConfigurationSection
    Inherited Members
    ConfigurationSectionWithAppSettingsBase.IsReadOnly()
    ConfigurationSectionWithAppSettingsBase.GetAppSettingAsUri(String)
    ConfigurationSectionWithAppSettingsBase.GetXPathForAppSettingValue(String)
    ConfigurationSectionWithAppSettingsBase.ReadFromConfiguration<T>()
    ConfigurationSectionWithAppSettingsBase.GetAppSettingAsBool(String)
    ConfigurationSectionWithAppSettingsBase.GetAppSettingAsInt(String, Int32)
    ConfigurationSectionWithAppSettingsBase.ReplaceApplicationSettingValue(String, String)
    ConfigurationSectionWithAppSettingsBase.ApplicationSettings
    ConfigurationSectionWithAppSettingsBase.AppSettings
    Namespace: ImageVault.Common.Configuration
    Assembly: ImageVault.Common.dll
    Syntax
    public class CommonConfigurationSection : ConfigurationSectionWithAppSettingsBase

    Constructors

    CommonConfigurationSection()

    Declaration
    public CommonConfigurationSection()

    Properties

    Instance

    Returns the singleton instance of the CommonConfigurationSection class.

    Declaration
    public static CommonConfigurationSection Instance { get; }
    Property Value
    Type Description
    CommonConfigurationSection

    ObjectCache

    Declaration
    public ObjectCacheConfigurationElement ObjectCache { get; }
    Property Value
    Type Description
    ObjectCacheConfigurationElement

    ObjectCacheDefaultProviderType

    Gets the ObjectCache default provider type or null if no one is configured

    Declaration
    public string ObjectCacheDefaultProviderType { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToOptions()

    Converts the configuration section to ImageVaultCommonOptions

    Declaration
    public ImageVaultCommonOptions ToOptions()
    Returns
    Type Description
    ImageVaultCommonOptions

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    ClientConfigurationWithAppSettingsExtensions.GetAppSettingAsBool(ConfigurationSectionWithAppSettingsBase, String)
    In This Article
    Back to top (c) Meriworks 2002-2022