C# Class DvachBrowser.ViewModels.PostListViewModel

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

Méthodes publiques

Méthode Description
Load ( string boardName, string threadNumber ) : void
NavigateAddPostPage ( ) : void
NavigateBoardsPage ( ) : void
NavigateToLink ( PostItemViewModel item, Hyperlink link ) : void
PostListViewModel ( System.Windows.Controls.Panel popupPlaceholder ) : System
Refresh ( ) : void
ReplyToSelectedPost ( ) : void
ShowError ( string message ) : void
ShowReplies ( PostItemViewModel item ) : void
UpdatePosts ( ) : void

Private Methods

Méthode Description
AddModel ( PostItemModel model, int index ) : void
AddPosts ( PostListModel postList ) : void
ArrangeReferences ( PostItemViewModel model ) : void
NavigateToBrowser ( Uri uri ) : void
OnPostsLoaded ( PostListModel responseObject ) : void
OnPostsLoadedAfterUpdate ( PostListModel responseObject ) : void
ShowErrorAfterUpdate ( string message ) : void

Method Details

Load() public méthode

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

NavigateAddPostPage() public méthode

public NavigateAddPostPage ( ) : void
Résultat void

NavigateBoardsPage() public méthode

public NavigateBoardsPage ( ) : void
Résultat void

NavigateToLink() public méthode

public NavigateToLink ( PostItemViewModel item, Hyperlink link ) : void
item PostItemViewModel
link System.Windows.Documents.Hyperlink
Résultat void

PostListViewModel() public méthode

public PostListViewModel ( System.Windows.Controls.Panel popupPlaceholder ) : System
popupPlaceholder System.Windows.Controls.Panel
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ReplyToSelectedPost() public méthode

public ReplyToSelectedPost ( ) : void
Résultat void

ShowError() public méthode

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

ShowReplies() public méthode

public ShowReplies ( PostItemViewModel item ) : void
item PostItemViewModel
Résultat void

UpdatePosts() public méthode

public UpdatePosts ( ) : void
Résultat void