C# 클래스 OpenTween.Models.MuteTabModel

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

공개 메소드들

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

메소드 상세

AddPostQueue() 공개 메소드

public AddPostQueue ( PostClass post ) : void
post PostClass
리턴 void

MuteTabModel() 공개 메소드

public MuteTabModel ( ) : System
리턴 System

MuteTabModel() 공개 메소드

public MuteTabModel ( 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