메소드 | 설명 | |
---|---|---|
GetConfigGroup ( string key ) : IEncompassConfig |
Do not use. Always returns null in the iniConfig impllementation
|
|
GetKeys ( ) : ICollection |
||
GetValue ( string value, bool defaultValue ) : bool | ||
GetValue ( string key, string defaultVal = null ) : string | ||
IniConfig ( string filename ) : EllieMae.Encompass.BusinessObjects | ||
Init ( Session session ) : bool | ||
Init ( string configAsString ) : bool |
Loads the config from teh given string
|
|
Reload ( Session session ) : bool |
메소드 | 설명 | |
---|---|---|
DoLoad ( Session session ) : bool |
public GetConfigGroup ( string key ) : IEncompassConfig | ||
key | string | |
리턴 | IEncompassConfig |
public GetValue ( string value, bool defaultValue ) : bool | ||
value | string | |
defaultValue | bool | |
리턴 | bool |
public GetValue ( string key, string defaultVal = null ) : string | ||
key | string | |
defaultVal | string | |
리턴 | string |
public IniConfig ( string filename ) : EllieMae.Encompass.BusinessObjects | ||
filename | string | |
리턴 | EllieMae.Encompass.BusinessObjects |
public Init ( string configAsString ) : bool | ||
configAsString | string | The ASCII-encoded string |
리턴 | bool |