C# 클래스 i18n.Domain.Concrete.WebConfigSettingService

상속: i18n.Domain.Abstract.AbstractSettingService
파일 보기 프로젝트 열기: turquoiseowl/i18n

공개 메소드들

메소드 설명
GetConfigFileLocation ( ) : string
GetSetting ( string key ) : string
RemoveSetting ( string key ) : void
SetSetting ( string key, string value ) : void
WebConfigSettingService ( string configLocation = null, bool isVirtualPath = false ) : System

메소드 상세

GetConfigFileLocation() 공개 메소드

public GetConfigFileLocation ( ) : string
리턴 string

GetSetting() 공개 메소드

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

RemoveSetting() 공개 메소드

public RemoveSetting ( string key ) : void
key string
리턴 void

SetSetting() 공개 메소드

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

WebConfigSettingService() 공개 메소드

public WebConfigSettingService ( string configLocation = null, bool isVirtualPath = false ) : System
configLocation string
isVirtualPath bool
리턴 System