Метод | Описание | |
---|---|---|
ArtistClicked ( object sender, |
Fetches the release list of the clicked artist and displays it.
|
|
BackToArtist ( ) : void |
Switches the CurrentView to the _artistResultView.
|
|
BackToReleases ( ) : void |
Switches the CurrentView to the _releaseResultView.
|
|
DatabaseScrobbleViewModel ( ) : IF.Lastfm.Core.Api.Helpers |
Constructor.
|
|
Preview ( ) : void | ||
ReleaseClicked ( object sender, |
Fetches the tracklist of the clicked release and displays it.
|
|
Scrobble ( ) : System.Threading.Tasks.Task |
Scrobbles the selected tracks. Scrobbles will be 'reversed' meaning track 1 of the release will be scrobbled last. The first track to be scrobbled will have the FinishingTime as timestamp. The last track (track 1) will have the FinishingTime minus all the durations of the scrobbles before. 3 minute default duration. |
|
Search ( ) : System.Threading.Tasks.Task |
Sarches the entered SearchText. And displays the info.
|
|
SelectAllTracks ( ) : void |
Marks all tracks as "ToScrobble".
|
|
SelectNoneTracks ( ) : void |
Marks all tracks as not "ToScrobble";
|
Метод | Описание | |
---|---|---|
CreateScrobbles ( ) : List |
||
ToScrobbleChanged ( object sender, |
Notifies CanScrobble that one or more ToScrobbles have been changed.
|
public ArtistClicked ( object sender, |
||
sender | object | Clicked artist as |
e | Ignored. | |
Результат | void |
public DatabaseScrobbleViewModel ( ) : IF.Lastfm.Core.Api.Helpers | ||
Результат | IF.Lastfm.Core.Api.Helpers |
public ReleaseClicked ( object sender, |
||
sender | object | Clicked release as |
e | Ignored. | |
Результат | void |
public Scrobble ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public Search ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |