C# Class myProducts.Xamarin.ViewModels.ArticleMasterPageViewModel

Inheritance: BaseViewModel, IArticleMasterPageViewModel
Afficher le fichier Open project: ChristianWeyer/myProducts-End-to-End

Méthodes publiques

Méthode Description
ArticleMasterPageViewModel ( IArticlesServiceClient articlesServiceClient ) : System
DownloadMorePagedArticles ( ) : System.Threading.Tasks.Task
DownloadPagedArticles ( ) : System.Threading.Tasks.Task

Method Details

ArticleMasterPageViewModel() public méthode

public ArticleMasterPageViewModel ( IArticlesServiceClient articlesServiceClient ) : System
articlesServiceClient IArticlesServiceClient
Résultat System

DownloadMorePagedArticles() public méthode

public DownloadMorePagedArticles ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DownloadPagedArticles() public méthode

public DownloadPagedArticles ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task