C# Класс BaconographyPortable.ViewModel.ReadableArticleViewModel

Наследование: ViewModelBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LoadAtLeastOne ( ISimpleHttpService httpService, string url, string linkId ) : Task
LoadFully ( ISimpleHttpService httpService, string url, string linkId ) : Task
ReadableArticleViewModel ( ) : BaconographyPortable.Messages

Приватные методы

Метод Описание
LaunchBrowserImpl ( ) : void
LoadFullyImpl ( ISimpleHttpService httpService, string url ) : IEnumerable>>.Task
LoadOneImpl ( ISimpleHttpService httpService, string url, IList target ) : string>>.Task
NavigateToCommentsImpl ( ) : void

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

LoadAtLeastOne() публичный статический Метод

public static LoadAtLeastOne ( ISimpleHttpService httpService, string url, string linkId ) : Task
httpService ISimpleHttpService
url string
linkId string
Результат Task

LoadFully() публичный статический Метод

public static LoadFully ( ISimpleHttpService httpService, string url, string linkId ) : Task
httpService ISimpleHttpService
url string
linkId string
Результат Task

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

public ReadableArticleViewModel ( ) : BaconographyPortable.Messages
Результат BaconographyPortable.Messages