C# 클래스 OpenTween.Models.FavoritesTabModel

상속: TabModel
파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
FavoritesTabModel ( ) : System
FavoritesTabModel ( string tabName ) : System
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task

메소드 상세

FavoritesTabModel() 공개 메소드

public FavoritesTabModel ( ) : System
리턴 System

FavoritesTabModel() 공개 메소드

public FavoritesTabModel ( string tabName ) : System
tabName string
리턴 System

RefreshAsync() 공개 메소드

public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task
tw Twitter
backward bool
startup bool
progress IProgress
리턴 System.Threading.Tasks.Task