C# Class MediaAppSample.Core.ViewModels.GalleryViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Microsoft/TVHelpers

Méthodes publiques

Méthode Description
GalleryViewModel ( ItemTypes galleryType = ItemTypes.Movie ) : MediaAppSample.Core.Data

Méthodes protégées

Méthode Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
OnRefreshAsync ( CancellationToken ct ) : Task
OnSaveStateAsync ( SaveStateEventArgs e ) : Task

Private Methods

Méthode Description
SortItems ( ) : void

Method Details

GalleryViewModel() public méthode

public GalleryViewModel ( ItemTypes galleryType = ItemTypes.Movie ) : MediaAppSample.Core.Data
galleryType ItemTypes
Résultat MediaAppSample.Core.Data

OnLoadStateAsync() protected méthode

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
e LoadStateEventArgs
isFirstRun bool
Résultat Task

OnRefreshAsync() protected méthode

protected OnRefreshAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task

OnSaveStateAsync() protected méthode

protected OnSaveStateAsync ( SaveStateEventArgs e ) : Task
e SaveStateEventArgs
Résultat Task