C# Class UlteriusServer.Utilities.AppEnvironment

Show file Open project: Ulterius/server

Public Methods

Method Description
Setting ( string sKeyName ) : string
Setting ( string sKeyName, object oKeyValue ) : void
SettingValue ( string sAppKey, bool bDefault ) : bool

Method Details

Setting() public static method

public static Setting ( string sKeyName ) : string
sKeyName string
return string

Setting() public static method

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

SettingValue() public static method

public static SettingValue ( string sAppKey, bool bDefault ) : bool
sAppKey string
bDefault bool
return bool