C# 클래스 BaconographyPortable.ViewModel.ReadableArticleViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 메소드들

메소드 설명
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