Class CommonConfigurationSection
Contains common configuration options for both client and core
Inherited Members
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 |