Property | Type | Description | |
---|---|---|---|
initialized | bool | ||
library | Dictionary |
Method | Description | |
---|---|---|
BuildLibrary ( ) : System.Collections.Generic |
Initializes a new instance of the Epigene.IO.AppConfiguration class.
|
|
Initialize ( string dataString ) : void | ||
Load ( string dataPath ) : void | ||
ProcessConfigEvent ( string eventId, string data ) : void |
public BuildLibrary ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Initialize ( string dataString ) : void | ||
dataString | string | |
return | void |
public ProcessConfigEvent ( string eventId, string data ) : void | ||
eventId | string | |
data | string | |
return | void |