C# Class TheChan.ViewModels.BoardViewModel

Inheritance: Tab
Afficher le fichier Open project: acedened/TheChan

Private Properties

Свойство Type Description
ChangePage void
FillThreads void
Load Task

Méthodes publiques

Méthode Description
BoardViewModel ( IShell shell, IBoard board, IAttachmentViewer attachmentViewer, FavoriteBoardsService favoriteBoardsService ) : System
CreateThread ( ) : void
Favorite ( ) : void
NavigateToThread ( BoardThread boardThread ) : void
Refresh ( ) : void

Méthodes protégées

Méthode Description
OnActivate ( object parameter = null ) : void
OnDeactivate ( bool close ) : void

Private Methods

Méthode Description
ChangePage ( ) : void
FillThreads ( ) : void
Load ( int pageNum ) : Task

Method Details

BoardViewModel() public méthode

public BoardViewModel ( IShell shell, IBoard board, IAttachmentViewer attachmentViewer, FavoriteBoardsService favoriteBoardsService ) : System
shell IShell
board IBoard
attachmentViewer IAttachmentViewer
favoriteBoardsService FavoriteBoardsService
Résultat System

CreateThread() public méthode

public CreateThread ( ) : void
Résultat void

Favorite() public méthode

public Favorite ( ) : void
Résultat void

NavigateToThread() public méthode

public NavigateToThread ( BoardThread boardThread ) : void
boardThread BoardThread
Résultat void

OnActivate() protected méthode

protected OnActivate ( object parameter = null ) : void
parameter object
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( bool close ) : void
close bool
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void