C# Класс myProducts.Xamarin.ViewModels.ArticleMasterPageViewModel

Наследование: BaseViewModel, IArticleMasterPageViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
ArticleMasterPageViewModel ( IArticlesServiceClient articlesServiceClient ) : System
DownloadMorePagedArticles ( ) : System.Threading.Tasks.Task
DownloadPagedArticles ( ) : System.Threading.Tasks.Task

Описание методов

ArticleMasterPageViewModel() публичный Метод

public ArticleMasterPageViewModel ( IArticlesServiceClient articlesServiceClient ) : System
articlesServiceClient IArticlesServiceClient
Результат System

DownloadMorePagedArticles() публичный Метод

public DownloadMorePagedArticles ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

DownloadPagedArticles() публичный Метод

public DownloadPagedArticles ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task