C# Class TheChan.ViewModels.RecentThreadsViewModel

Inheritance: ThreadsRepositoryViewModelBase
Mostrar archivo Open project: acedened/TheChan Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void
Favorite ( ThreadInfoViewModel thread ) : void
RecentThreadsViewModel ( RecentThreadsService repositoryService, IBoard board, IShell shell, FavoriteThreadsService favoriteThreads ) : System

Protected Methods

Method Description
OnActivate ( ) : void
PrepareThreads ( IEnumerable source ) : IEnumerable

Method Details

Clear() public method

public Clear ( ) : void
return void

Favorite() public method

public Favorite ( ThreadInfoViewModel thread ) : void
thread ThreadInfoViewModel
return void

OnActivate() protected method

protected OnActivate ( ) : void
return void

PrepareThreads() protected method

protected PrepareThreads ( IEnumerable source ) : IEnumerable
source IEnumerable
return IEnumerable

RecentThreadsViewModel() public method

public RecentThreadsViewModel ( RecentThreadsService repositoryService, IBoard board, IShell shell, FavoriteThreadsService favoriteThreads ) : System
repositoryService TheChan.Services.Storage.RecentThreadsService
board IBoard
shell IShell
favoriteThreads TheChan.Services.Storage.FavoriteThreadsService
return System