C# Class DvachBrowser.ViewModels.ThreadListViewModel

Inheritance: LoadingBaseViewModel
Mostra file Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Public Methods

Method Description
Load ( string boardName, int page ) : void
Refresh ( ) : void
ShowError ( string message ) : void
ThreadListViewModel ( ) : System

Private Methods

Method Description
DisplayThreads ( ThreadListModel threadList ) : void
OnThreadsLoaded ( ThreadListModel responseObject ) : void

Method Details

Load() public method

public Load ( string boardName, int page ) : void
boardName string
page int
return void

Refresh() public method

public Refresh ( ) : void
return void

ShowError() public method

public ShowError ( string message ) : void
message string
return void

ThreadListViewModel() public method

public ThreadListViewModel ( ) : System
return System