C# 클래스 TheChan.ViewModels.RecentThreadsViewModel

상속: ThreadsRepositoryViewModelBase
파일 보기 프로젝트 열기: acedened/TheChan 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clear ( ) : void
Favorite ( ThreadInfoViewModel thread ) : void
RecentThreadsViewModel ( RecentThreadsService repositoryService, IBoard board, IShell shell, FavoriteThreadsService favoriteThreads ) : System

보호된 메소드들

메소드 설명
OnActivate ( ) : void
PrepareThreads ( IEnumerable source ) : IEnumerable

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Favorite() 공개 메소드

public Favorite ( ThreadInfoViewModel thread ) : void
thread ThreadInfoViewModel
리턴 void

OnActivate() 보호된 메소드

protected OnActivate ( ) : void
리턴 void

PrepareThreads() 보호된 메소드

protected PrepareThreads ( IEnumerable source ) : IEnumerable
source IEnumerable
리턴 IEnumerable

RecentThreadsViewModel() 공개 메소드

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
리턴 System