C# Class Last.fm_Scrubbler_WPF.ViewModels.ManualScrobbleViewModel

ViewModel for the ManualScrobbleView.
Inheritance: ScrobbleViewModelBase
Afficher le fichier Open project: coczero/Last.fm-Scrubbler-WPF Class Usage Examples

Méthodes publiques

Méthode Description
ManualScrobbleViewModel ( ) : IF.Lastfm.Core.Objects

Constructor.

Preview ( ) : void

Preview the track that will be scrobbled.

Scrobble ( ) : System.Threading.Tasks.Task

Scrobbles the track with the given info.

Method Details

ManualScrobbleViewModel() public méthode

Constructor.
public ManualScrobbleViewModel ( ) : IF.Lastfm.Core.Objects
Résultat IF.Lastfm.Core.Objects

Preview() public méthode

Preview the track that will be scrobbled.
public Preview ( ) : void
Résultat void

Scrobble() public méthode

Scrobbles the track with the given info.
public Scrobble ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task