C# Class BaconographyPortable.Common.StreamViewUtility

Datei anzeigen Open project: Synergex/Baconography

Public Properties

Property Type Description
LinkHistory EndlessStack

Public Methods

Method Description
Next ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
Previous ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
RepositionContextScroll ( LinkViewModel parentLink ) : void

Private Methods

Method Description
MakeContextedTuple ( IImagesService imagesService, IOfflineService offlineService, ISettingsService settingsService, NeverEndingRedditView linksEnumerator ) : Task

Method Details

Next() public static method

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

Previous() public static method

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

RepositionContextScroll() public static method

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

Property Details

LinkHistory public_oe static_oe property

public static EndlessStack LinkHistory
return EndlessStack