C# Class Jbe.NewsReader.Applications.Controllers.DataController

Mostra file Open project: jbe2277/waf

Public Methods

Method Description
Initialize ( ) : void
LoadAsync ( ) : Task
SaveAsync ( ) : System.Threading.Tasks.Task
Update ( ) : void

Private Methods

Method Description
AccountInfoServicePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
DataController ( IAppDataService appDataService, IAccountService accountService, IWebStorageService webStorageService, ICryptographicService cryptographicService, IMessageService messageService, IResourceService resourceService ) : Jbe.NewsReader.Applications.Services
DownloadAndMerge ( ) : void
UploadAsync ( ) : System.Threading.Tasks.Task

Method Details

Initialize() public method

public Initialize ( ) : void
return void

LoadAsync() public method

public LoadAsync ( ) : Task
return Task

SaveAsync() public method

public SaveAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Update() public method

public Update ( ) : void
return void