C# Class Last.fm_Scrubbler_WPF.ViewModels.ManualScrobbleViewModel

ViewModel for the ManualScrobbleView.
Inheritance: ScrobbleViewModelBase
显示文件 Open project: coczero/Last.fm-Scrubbler-WPF Class Usage Examples

Public Methods

Method 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 method

Constructor.
public ManualScrobbleViewModel ( ) : IF.Lastfm.Core.Objects
return IF.Lastfm.Core.Objects

Preview() public method

Preview the track that will be scrobbled.
public Preview ( ) : void
return void

Scrobble() public method

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