C# Class XboxMediaRemote.App.ViewModels.BrowseFolderViewModel

Inheritance: StorageListPageViewModelBase
Afficher le fichier Open project: nigel-sampson/xbox-media-remote

Méthodes publiques

Méthode Description
BrowseFolderViewModel ( INavigationService navigationService, IEventAggregator eventAggregator, IApplicationSettingsService settingsService ) : System
OnSelectedSortOptionChanged ( ) : void

Méthodes protégées

Méthode Description
OnInitialize ( ) : void

Private Methods

Méthode Description
BindFilesAndFoldersAsync ( ) : System.Threading.Tasks.Task
GetItemTypeGroup ( StorageItemViewModel item ) : string
GroupItems ( IEnumerable itemViewModels ) : IEnumerable

Method Details

BrowseFolderViewModel() public méthode

public BrowseFolderViewModel ( INavigationService navigationService, IEventAggregator eventAggregator, IApplicationSettingsService settingsService ) : System
navigationService INavigationService
eventAggregator IEventAggregator
settingsService IApplicationSettingsService
Résultat System

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

OnSelectedSortOptionChanged() public méthode

public OnSelectedSortOptionChanged ( ) : void
Résultat void