C# Class OpenTween.Models.MuteTabModel

Inheritance: FilterTabModel
Afficher le fichier Open project: opentween/OpenTween Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddPostQueue ( PostClass post ) : void
post PostClass
Résultat void

MuteTabModel() public méthode

public MuteTabModel ( ) : System
Résultat System

MuteTabModel() public méthode

public MuteTabModel ( string tabName ) : System
tabName string
Résultat System

RefreshAsync() public méthode

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