C# Class DslConfig.CSharp.Configuration

Inheritance: DslConfig.Base.Configuration
Mostrar archivo Open project: johannes-brunner/DslConfig

Public Methods

Method Description
Configuration ( ) : System

Initializes a new instance of the Configuration class. This is the main configuration calls

Configuration ( EventHandler startUpErrorHandler ) : System

Initializes a new instance of the Configuration class. This is the main configuration calls

Protected Methods

Method Description
Configuration ( DslConfigurationSection configSection, EventHandler startUpErrorHandler, Assembly entryAssembly ) : System

Initializes a new instance of the Configuration class. This is the main configuration calls

InitDslFactory ( Common logger, DslConfigurationSection configSection ) : void

Method Details

Configuration() public method

Initializes a new instance of the Configuration class. This is the main configuration calls
public Configuration ( ) : System
return System

Configuration() protected method

Initializes a new instance of the Configuration class. This is the main configuration calls
protected Configuration ( DslConfigurationSection configSection, EventHandler startUpErrorHandler, Assembly entryAssembly ) : System
configSection DslConfig.DslConfigurationSection The config section.
startUpErrorHandler EventHandler The start up error handler.
entryAssembly System.Reflection.Assembly The entry assembly
return System

Configuration() public method

Initializes a new instance of the Configuration class. This is the main configuration calls
public Configuration ( EventHandler startUpErrorHandler ) : System
startUpErrorHandler EventHandler The start up error handler.
return System

InitDslFactory() protected method

protected InitDslFactory ( Common logger, DslConfigurationSection configSection ) : void
logger Common
configSection DslConfig.DslConfigurationSection
return void