Suoranta.EnterpriseLib.Web - Developer API

Suoranta.EnterpriseLib.AppDomain Namespace

Classes


  Class Description
Public class AppHostBuilder
Defines settings of AppHost
Public class AppHostException
Public class AssemblySelector
Defines assemblies that are searched for configuration classes during initialization
Public class 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.
Public class Bindings..::..AutoMapper
Binds IMapper to an instance that has all Profiles of "main" assembly.
Public class Bindings..::..Azure
Default Azure-related service bindings. Configuration options need to be present in app.config for these bindings to function.
Public class Bindings..::..ConfigCheck
Public class Bindings..::..Logging
Module to bind ILogService for options specified in AppHostBuilder.
Public class Bindings..::..MailService
Default Bindings..::..MailService binding. Configuration options need to be present in app.config for these bindings to function.
Public class ConfigCheck
Base class for custom classes that check compliance of (web)app.config
Public class ConfigCheck..::..ChecksLibrary
Public class ConfigCheck..::..ConnectionString
Public class ConfigData
Public class ConfigWarning
Describes a configuration warning.
Public class 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" />
Public class ElibTraceListener
Redirector of Trace messages to Console.
Public class ELibTraceSource
Public class NinjectExtensions
Provides extension method ScopeOf.
Public class SQLiteConnectionFactory
Public class StartManager
Parses and stores application start arguments

Interfaces


  Interface Description
Public interface IConfigCheck
Represents type defining configuration checks.

Delegates


  Delegate Description
Public delegate ConfigCheck..::..CheckHandler<(Of <(<'T>)>)>

Enumerations


  Enumeration Description
Public enumeration BindingScope
Public enumeration ConfigSection
ConfigurationSection to which ConfigData relates to.
Public enumeration ConfigWarnings
Warning type
Public enumeration LoggingMode