C# 클래스 MassTransit.Host.Configuration.FileConfigurationProvider

상속: MassTransit.Host.Configuration.ConfigurationProviderBase
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
FileConfigurationProvider ( ) : System
FileConfigurationProvider ( Assembly assembly ) : System

보호된 메소드들

메소드 설명
GetAppSettings ( ) : AppSettingsSection
GetConnectionStrings ( ) : ConnectionStringsSection
GetSection ( string sectionName ) : ConfigurationSection

메소드 상세

FileConfigurationProvider() 공개 메소드

public FileConfigurationProvider ( ) : System
리턴 System

FileConfigurationProvider() 공개 메소드

public FileConfigurationProvider ( Assembly assembly ) : System
assembly System.Reflection.Assembly
리턴 System

GetAppSettings() 보호된 메소드

protected GetAppSettings ( ) : AppSettingsSection
리턴 System.Configuration.AppSettingsSection

GetConnectionStrings() 보호된 메소드

protected GetConnectionStrings ( ) : ConnectionStringsSection
리턴 System.Configuration.ConnectionStringsSection

GetSection() 보호된 메소드

protected GetSection ( string sectionName ) : ConfigurationSection
sectionName string
리턴 System.Configuration.ConfigurationSection