Method | Description | |
---|---|---|
Setting ( string sKeyName ) : string | ||
Setting ( string sKeyName, object oKeyValue ) : void | ||
SettingValue ( string sAppKey, bool bDefault ) : bool |
public static Setting ( string sKeyName ) : string | ||
sKeyName | string | |
return | string |
public static Setting ( string sKeyName, object oKeyValue ) : void | ||
sKeyName | string | |
oKeyValue | object | |
return | void |
public static SettingValue ( string sAppKey, bool bDefault ) : bool | ||
sAppKey | string | |
bDefault | bool | |
return | bool |