C# Class OpenTween.Models.RelatedPostsTabModel

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

Méthodes publiques

Méthode Description
RefreshAsync ( Twitter tw, bool startup, IProgress progress ) : System.Threading.Tasks.Task
RefreshAsync ( Twitter tw, bool _, bool startup, IProgress progress ) : System.Threading.Tasks.Task
RelatedPostsTabModel ( string tabName, PostClass targetPost ) : System

Method Details

RefreshAsync() public méthode

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

RefreshAsync() public méthode

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

RelatedPostsTabModel() public méthode

public RelatedPostsTabModel ( string tabName, PostClass targetPost ) : System
tabName string
targetPost PostClass
Résultat System