C# 클래스 TheChan.ViewModels.BoardViewModel

상속: Tab
파일 보기 프로젝트 열기: acedened/TheChan

Private Properties

프로퍼티 타입 설명
ChangePage void
FillThreads void
Load Task

공개 메소드들

메소드 설명
BoardViewModel ( IShell shell, IBoard board, IAttachmentViewer attachmentViewer, FavoriteBoardsService favoriteBoardsService ) : System
CreateThread ( ) : void
Favorite ( ) : void
NavigateToThread ( BoardThread boardThread ) : void
Refresh ( ) : void

보호된 메소드들

메소드 설명
OnActivate ( object parameter = null ) : void
OnDeactivate ( bool close ) : void

비공개 메소드들

메소드 설명
ChangePage ( ) : void
FillThreads ( ) : void
Load ( int pageNum ) : Task

메소드 상세

BoardViewModel() 공개 메소드

public BoardViewModel ( IShell shell, IBoard board, IAttachmentViewer attachmentViewer, FavoriteBoardsService favoriteBoardsService ) : System
shell IShell
board IBoard
attachmentViewer IAttachmentViewer
favoriteBoardsService FavoriteBoardsService
리턴 System

CreateThread() 공개 메소드

public CreateThread ( ) : void
리턴 void

Favorite() 공개 메소드

public Favorite ( ) : void
리턴 void

NavigateToThread() 공개 메소드

public NavigateToThread ( BoardThread boardThread ) : void
boardThread BoardThread
리턴 void

OnActivate() 보호된 메소드

protected OnActivate ( object parameter = null ) : void
parameter object
리턴 void

OnDeactivate() 보호된 메소드

protected OnDeactivate ( bool close ) : void
close bool
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void