C# Class Solocast.UWP.ViewModels.EpisodeViewModel

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

Méthodes publiques

Méthode Description
EpisodeViewModel ( Episode episode ) : GalaSoft.MvvmLight
ErrorCallback ( Exception exception ) : void
ReportProgress ( DownloadOperation operation ) : void

Private Methods

Méthode Description
CanDeleteEpisode ( ) : bool
CanDownloadEpisode ( ) : bool
CanPlayEpisode ( ) : bool
DeleteEpisode ( ) : void
DownloadEpisodeAsync ( ) : void
PlayEpisode ( ) : void

Method Details

EpisodeViewModel() public méthode

public EpisodeViewModel ( Episode episode ) : GalaSoft.MvvmLight
episode Episode
Résultat GalaSoft.MvvmLight

ErrorCallback() public méthode

public ErrorCallback ( Exception exception ) : void
exception System.Exception
Résultat void

ReportProgress() public méthode

public ReportProgress ( DownloadOperation operation ) : void
operation Windows.Networking.BackgroundTransfer.DownloadOperation
Résultat void