C# 클래스 DvachBrowser.ViewModels.PostListViewModel

상속: LoadingBaseViewModel
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 메소드

public Load ( string boardName, string threadNumber ) : void
boardName string
threadNumber string
리턴 void

NavigateAddPostPage() 공개 메소드

public NavigateAddPostPage ( ) : void
리턴 void

NavigateBoardsPage() 공개 메소드

public NavigateBoardsPage ( ) : void
리턴 void

NavigateToLink() 공개 메소드

public NavigateToLink ( PostItemViewModel item, Hyperlink link ) : void
item PostItemViewModel
link System.Windows.Documents.Hyperlink
리턴 void

PostListViewModel() 공개 메소드

public PostListViewModel ( System.Windows.Controls.Panel popupPlaceholder ) : System
popupPlaceholder System.Windows.Controls.Panel
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ReplyToSelectedPost() 공개 메소드

public ReplyToSelectedPost ( ) : void
리턴 void

ShowError() 공개 메소드

public ShowError ( string message ) : void
message string
리턴 void

ShowReplies() 공개 메소드

public ShowReplies ( PostItemViewModel item ) : void
item PostItemViewModel
리턴 void

UpdatePosts() 공개 메소드

public UpdatePosts ( ) : void
리턴 void