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