C# Class OpenTween.Models.RelatedPostsTabModel

Inheritance: InternalStorageTabModel
Show file Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method 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 method

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

RefreshAsync() public method

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

RelatedPostsTabModel() public method

public RelatedPostsTabModel ( string tabName, PostClass targetPost ) : System
tabName string
targetPost PostClass
return System