C# Class BattlelogMobile.Core.Repository.FileSettingsRepository

Show file Open project: mikkoviitala/battlelogmobile Class Usage Examples

Public Methods

Method Description
FileSettingsRepository ( ) : System.IO.IsolatedStorage
FileSettingsRepository ( IsolatedStorageFile storageFile ) : System.IO.IsolatedStorage
Load ( ) : Settings
Save ( Settings settings ) : void

Method Details

FileSettingsRepository() public method

public FileSettingsRepository ( ) : System.IO.IsolatedStorage
return System.IO.IsolatedStorage

FileSettingsRepository() public method

public FileSettingsRepository ( IsolatedStorageFile storageFile ) : System.IO.IsolatedStorage
storageFile System.IO.IsolatedStorage.IsolatedStorageFile
return System.IO.IsolatedStorage

Load() public method

public Load ( ) : Settings
return BattlelogMobile.Core.Model.Settings

Save() public method

public Save ( Settings settings ) : void
settings BattlelogMobile.Core.Model.Settings
return void