Method | Description | |
---|---|---|
ConfigurationDataAccess ( string configurationFile ) : System |
Initializes a new instance of the T:Stumps.Server.Data.ConfigurationDataAccess class.
|
|
EnsureConfigurationIsInitialized ( System.Action configureDefaultsAction ) : void |
Ensures the configuration is correctly initialized.
|
|
LoadConfiguration ( ) : |
Loads the T:Stumps.Server.Data.ConfigurationEntity from the data store.
|
|
SaveConfiguration ( |
Persists the specified T:Stumps.Server.Data.ConfigurationEntity to the data store.
|
public ConfigurationDataAccess ( string configurationFile ) : System | ||
configurationFile | string | The path to the file containing configuration information in JSON format. |
return | System |
public EnsureConfigurationIsInitialized ( System.Action configureDefaultsAction ) : void | ||
configureDefaultsAction | System.Action | The action to execute after preparing the data access. |
return | void |
public LoadConfiguration ( ) : |
||
return |
public SaveConfiguration ( |
||
value | The |
|
return | void |