Method | Description | |
---|---|---|
ClearUserTable ( ) : void |
Clears all users from the system.
|
|
CreateTables ( |
Creates the database schema tables.
|
|
GetSiteSettings ( ) : |
Retrieves the current site settings.
|
|
SaveSiteSettings ( |
Saves all settings that are stored in the database, to the configuration table.
|
|
SettingsService ( Roadkill.Core.Configuration.ApplicationSettings settings, IRepository repository ) : System |
public CreateTables ( |
||
model | The settings data. | |
return | void |
public GetSiteSettings ( ) : |
||
return |
public SaveSiteSettings ( |
||
model | Summary data containing the settings. | |
return | void |
public SettingsService ( Roadkill.Core.Configuration.ApplicationSettings settings, IRepository repository ) : System | ||
settings | Roadkill.Core.Configuration.ApplicationSettings | |
repository | IRepository | |
return | System |