Suoranta.EnterpriseLib.AppDomain Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
AppHostBuilder |
Defines settings of AppHost
|
|
|
AppHostException | |
|
|
AssemblySelector |
Defines assemblies that are searched for configuration classes during initialization
|
|
|
Bindings |
Selection of "ready-to-load" NinjectModule that can be loaded by AppHost base
versions. This is most suitable for small applications. App-specific settings required by
these modules are loaded from predetermined keys in app.config.
|
|
|
Bindings..::..AutoMapper |
Binds IMapper to an instance that has all Profiles of
"main" assembly.
|
|
|
Bindings..::..Azure |
Default Azure-related service bindings. Configuration options need to be present in
app.config for these bindings to function.
|
|
|
Bindings..::..ConfigCheck | |
|
|
Bindings..::..Logging |
Module to bind ILogService for options specified in
AppHostBuilder.
|
|
|
Bindings..::..MailService |
Default Bindings..::..MailService binding. Configuration options need to be
present in app.config for these bindings to function.
|
|
|
ConfigCheck |
Base class for custom classes that check compliance of (web)app.config
|
|
|
ConfigCheck..::..ChecksLibrary | |
|
|
ConfigCheck..::..ConnectionString | |
|
|
ConfigData | |
|
|
ConfigWarning |
Describes a configuration warning.
|
|
|
DbConnectionFactory |
Replaces SqlConnectionFactory. Has fallback compatibility to the former.
EntityFramework section in app/web.config should accordingly be changed to:
C# <defaultConnectionFactory type="Suoranta.EnterpriseLib.AppDomain.DbConnectionFactory, EnterpriseLib" /> |
|
|
ElibTraceListener | |
|
|
ELibTraceSource | |
|
|
NinjectExtensions |
Provides extension method ScopeOf.
|
|
|
SQLiteConnectionFactory | |
|
|
StartManager |
Parses and stores application start arguments
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
BindingScope | |
|
|
ConfigSection |
ConfigurationSection to which ConfigData relates to.
|
|
|
ConfigWarnings |
Warning type
|
|
|
LoggingMode |

