C# Class DvachBrowser.ViewModels.ThreadListViewModel

Inheritance: LoadingBaseViewModel
Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
DisplayThreads ( ThreadListModel threadList ) : void
OnThreadsLoaded ( ThreadListModel responseObject ) : void

Method Details

Load() public méthode

public Load ( string boardName, int page ) : void
boardName string
page int
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ShowError() public méthode

public ShowError ( string message ) : void
message string
Résultat void

ThreadListViewModel() public méthode

public ThreadListViewModel ( ) : System
Résultat System