C# Class DslConfig.CSharp.Configuration

Inheritance: DslConfig.Base.Configuration
Afficher le fichier Open project: johannes-brunner/DslConfig

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

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

Configuration() protected méthode

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
Résultat System

Configuration() public méthode

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.
Résultat System

InitDslFactory() protected méthode

protected InitDslFactory ( Common logger, DslConfigurationSection configSection ) : void
logger Common
configSection DslConfig.DslConfigurationSection
Résultat void