C# Class BaconographyPortable.ViewModel.ReadableArticleViewModel

Inheritance: ViewModelBase
Show file Open project: Synergex/Baconography Class Usage Examples

Public Methods

Method Description
LoadAtLeastOne ( ISimpleHttpService httpService, string url, string linkId ) : Task
LoadFully ( ISimpleHttpService httpService, string url, string linkId ) : Task
ReadableArticleViewModel ( ) : BaconographyPortable.Messages

Private Methods

Method Description
LaunchBrowserImpl ( ) : void
LoadFullyImpl ( ISimpleHttpService httpService, string url ) : IEnumerable>>.Task
LoadOneImpl ( ISimpleHttpService httpService, string url, IList target ) : string>>.Task
NavigateToCommentsImpl ( ) : void

Method Details

LoadAtLeastOne() public static method

public static LoadAtLeastOne ( ISimpleHttpService httpService, string url, string linkId ) : Task
httpService ISimpleHttpService
url string
linkId string
return Task

LoadFully() public static method

public static LoadFully ( ISimpleHttpService httpService, string url, string linkId ) : Task
httpService ISimpleHttpService
url string
linkId string
return Task

ReadableArticleViewModel() public method

public ReadableArticleViewModel ( ) : BaconographyPortable.Messages
return BaconographyPortable.Messages