C# 클래스 BSky.Lifetime.Services.ConfigService

상속: IConfigService
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository

공개 메소드들

메소드 설명
ConfigService ( ) : System
GetConfigValueForKey ( string key ) : string
LoadConfig ( ) : void
LoadDefaultsInDictionary ( ) : void
ModifyConfig ( string key, string value ) : void
RefreshConfig ( ) : void
SetAllSettingsToDefault ( ) : void

비공개 메소드들

메소드 설명
LoadCustomAppConfigurations ( ) : void

메소드 상세

ConfigService() 공개 메소드

public ConfigService ( ) : System
리턴 System

GetConfigValueForKey() 공개 메소드

public GetConfigValueForKey ( string key ) : string
key string
리턴 string

LoadConfig() 공개 메소드

public LoadConfig ( ) : void
리턴 void

LoadDefaultsInDictionary() 공개 메소드

public LoadDefaultsInDictionary ( ) : void
리턴 void

ModifyConfig() 공개 메소드

public ModifyConfig ( string key, string value ) : void
key string
value string
리턴 void

RefreshConfig() 공개 메소드

public RefreshConfig ( ) : void
리턴 void

SetAllSettingsToDefault() 공개 메소드

public SetAllSettingsToDefault ( ) : void
리턴 void