C# Class Solocast.UWP.ViewModels.PodcastsViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Solocast/solocast-clients

Méthodes publiques

Méthode Description
AddPodcastAsync ( ) : void
ItemClickCommand ( object sender, ItemClickEventArgs parameters ) : void
PodcastsViewModel ( IPodcastService podcastService, INavigationService navigationService, IMessageDialogService dialogService ) : GalaSoft.MvvmLight

Private Methods

Méthode Description
CanAddPodcast ( ) : bool
CheckForNewEpisodesAsync ( ) : void
DeletePodcastAsync ( DeletePodcastMessage message ) : void
LoadPodcastsAsync ( ) : void

Method Details

AddPodcastAsync() public méthode

public AddPodcastAsync ( ) : void
Résultat void

ItemClickCommand() public méthode

public ItemClickCommand ( object sender, ItemClickEventArgs parameters ) : void
sender object
parameters Windows.UI.Xaml.Controls.ItemClickEventArgs
Résultat void

PodcastsViewModel() public méthode

public PodcastsViewModel ( IPodcastService podcastService, INavigationService navigationService, IMessageDialogService dialogService ) : GalaSoft.MvvmLight
podcastService IPodcastService
navigationService INavigationService
dialogService IMessageDialogService
Résultat GalaSoft.MvvmLight