C# Class BaconographyPortable.Common.StreamViewUtility

Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Свойство Type Description
LinkHistory EndlessStack

Méthodes publiques

Méthode Description
Next ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
Previous ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
RepositionContextScroll ( LinkViewModel parentLink ) : void

Private Methods

Méthode Description
MakeContextedTuple ( IImagesService imagesService, IOfflineService offlineService, ISettingsService settingsService, NeverEndingRedditView linksEnumerator ) : Task

Method Details

Next() public static méthode

public static Next ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
parentLink BaconographyPortable.ViewModel.LinkViewModel
currentActual ViewModelBase
Résultat Task

Previous() public static méthode

public static Previous ( LinkViewModel parentLink, ViewModelBase currentActual ) : Task
parentLink BaconographyPortable.ViewModel.LinkViewModel
currentActual ViewModelBase
Résultat Task

RepositionContextScroll() public static méthode

public static RepositionContextScroll ( LinkViewModel parentLink ) : void
parentLink BaconographyPortable.ViewModel.LinkViewModel
Résultat void

Property Details

LinkHistory public_oe static_oe property

public static EndlessStack LinkHistory
Résultat EndlessStack