C# 클래스 Innovatian.Configuration.SettingsManager.InMemoryConfigurationSource

상속: AbstractConfigurationSource
파일 보기 프로젝트 열기: idavis/innovatian.configuration

Private Properties

프로퍼티 타입 설명
ConfigureEnvironment void
ConfigureEnvironmentFromUserVariable void
TryLoadConfigurationFile bool

공개 메소드들

메소드 설명
InMemoryConfigurationSource ( ) : System
Reload ( ) : void

Discards all sections and merged sources and reloads a fresh set of settings.

Save ( ) : void

Saves all sections. All data merged from other merged sources will be included.

비공개 메소드들

메소드 설명
ConfigureEnvironment ( IConfigurationSection section ) : void
ConfigureEnvironmentFromUserVariable ( ) : void
TryLoadConfigurationFile ( string fileName, IConfigurationSource &configurationSource ) : bool

메소드 상세

InMemoryConfigurationSource() 공개 메소드

public InMemoryConfigurationSource ( ) : System
리턴 System

Reload() 공개 메소드

Discards all sections and merged sources and reloads a fresh set of settings.
public Reload ( ) : void
리턴 void

Save() 공개 메소드

Saves all sections. All data merged from other merged sources will be included.
public Save ( ) : void
리턴 void