C# Class OpenTween.Models.MuteTabModel

Inheritance: FilterTabModel
显示文件 Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
AddPostQueue ( PostClass post ) : void
MuteTabModel ( ) : System
MuteTabModel ( string tabName ) : System
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task

Method Details

AddPostQueue() public method

public AddPostQueue ( PostClass post ) : void
post PostClass
return void

MuteTabModel() public method

public MuteTabModel ( ) : System
return System

MuteTabModel() public method

public MuteTabModel ( string tabName ) : System
tabName string
return System

RefreshAsync() public method

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