Class BackendConfiguration
Inherited Members
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public class BackendConfiguration : ConfigurationBase
Constructors
BackendConfiguration()
Declaration
public BackendConfiguration()
Properties
Assemblies
Declaration
public List<Assembly> Assemblies { get; }
Property Value
System.
|
Backend
Declaration
public string Backend { get; set; }
Property Value
System.
|
BackendInfo
Declaration
public BackendConfiguration.BackendInformation BackendInfo { get; }
Property Value
ConnectionPool
Declaration
public BackendConfiguration.ConnectionPoolConfiguration ConnectionPool { get; }
Property Value
ConnectionTimeout
Declaration
[Obsolete("An improved API will be provided in a future version.")]
public long ConnectionTimeout { get; set; }
Property Value
System.
|
Driver
Declaration
public string Driver { get; set; }
Property Value
System.
|
HighLowKeyGenerator
Declaration
public BackendConfiguration.HighLowKeyGeneratorConfiguration HighLowKeyGenerator { get; }
Property Value
Logging
Declaration
public BackendConfiguration.LoggingConfiguration Logging { get; }
Property Value
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
System.
|
Runtime
Declaration
public BackendConfiguration.RuntimeConfiguration Runtime { get; }
Property Value
SecondLevelCache
Declaration
public BackendConfiguration.SecondLevelCacheConfiguration SecondLevelCache { get; }
Property Value
Methods
MergeBackendConfigurationFromConfigFile(BackendConfiguration)
Declaration
public static void MergeBackendConfigurationFromConfigFile(BackendConfiguration fromCode)
Parameters
Backend
|
MergeBackendConfigurationFromConfigFile(BackendConfiguration, ConfigurationMergeMode)
Declaration
public static void MergeBackendConfigurationFromConfigFile(BackendConfiguration fromCode, ConfigurationMergeMode mergeMode)
Parameters
Backend
|
Configuration
|
MergeBackendConfigurationFromConfigFile(BackendConfiguration, ConfigurationMergeMode, String)
Declaration
public static void MergeBackendConfigurationFromConfigFile(BackendConfiguration fromCode, ConfigurationMergeMode mergeMode, string configurationName)
Parameters
Backend
|
Configuration
|
System.
|