C# Class myProducts.Xamarin.ViewModels.ArticleMasterPageViewModel

Inheritance: BaseViewModel, IArticleMasterPageViewModel
Exibir arquivo Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
ArticleMasterPageViewModel ( IArticlesServiceClient articlesServiceClient ) : System
DownloadMorePagedArticles ( ) : System.Threading.Tasks.Task
DownloadPagedArticles ( ) : System.Threading.Tasks.Task

Method Details

ArticleMasterPageViewModel() public method

public ArticleMasterPageViewModel ( IArticlesServiceClient articlesServiceClient ) : System
articlesServiceClient IArticlesServiceClient
return System

DownloadMorePagedArticles() public method

public DownloadMorePagedArticles ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DownloadPagedArticles() public method

public DownloadPagedArticles ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task