C# 클래스 BaconographyPortable.Common.StreamViewUtility

파일 보기 프로젝트 열기: Synergex/Baconography

공개 프로퍼티들

프로퍼티 타입 설명
LinkHistory EndlessStack

공개 메소드들

메소드 설명
Next ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
Previous ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
RepositionContextScroll ( LinkViewModel parentLink ) : void

비공개 메소드들

메소드 설명
MakeContextedTuple ( IImagesService imagesService, IOfflineService offlineService, ISettingsService settingsService, NeverEndingRedditView linksEnumerator ) : Task

메소드 상세

Next() 공개 정적인 메소드

public static Next ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
parentLink BaconographyPortable.ViewModel.LinkViewModel
currentActual ViewModelBase
리턴 Task

Previous() 공개 정적인 메소드

public static Previous ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
parentLink BaconographyPortable.ViewModel.LinkViewModel
currentActual ViewModelBase
리턴 Task

RepositionContextScroll() 공개 정적인 메소드

public static RepositionContextScroll ( LinkViewModel parentLink ) : void
parentLink BaconographyPortable.ViewModel.LinkViewModel
리턴 void

프로퍼티 상세

LinkHistory 공개적으로 정적으로 프로퍼티

public static EndlessStack LinkHistory
리턴 EndlessStack