C# 클래스 UlteriusAgent.AppEnvironment

파일 보기 프로젝트 열기: Ulterius/server

공개 메소드들

메소드 설명
Setting ( string sKeyName ) : string
Setting ( string sKeyName, object oKeyValue ) : void
SettingValue ( string sAppKey, bool bDefault ) : bool

메소드 상세

Setting() 공개 정적인 메소드

public static Setting ( string sKeyName ) : string
sKeyName string
리턴 string

Setting() 공개 정적인 메소드

public static Setting ( string sKeyName, object oKeyValue ) : void
sKeyName string
oKeyValue object
리턴 void

SettingValue() 공개 정적인 메소드

public static SettingValue ( string sAppKey, bool bDefault ) : bool
sAppKey string
bDefault bool
리턴 bool