C# 클래스 DslConfig.CSharp.Configuration

상속: DslConfig.Base.Configuration
파일 보기 프로젝트 열기: johannes-brunner/DslConfig

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

Configuration() 공개 메소드

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

Configuration() 보호된 메소드

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
리턴 System

Configuration() 공개 메소드

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.
리턴 System

InitDslFactory() 보호된 메소드

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