C# Класс Last.fm_Scrubbler_WPF.ViewModels.FriendScrobbleViewModel

ViewModel for the FriendScrobbleView.
Наследование: ScrobbleViewModelBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FetchScrobbles ( ) : void

Fetches the recent scrobbles of the user with the given Username.

FriendScrobbleViewModel ( ) : IF.Lastfm.Core.Objects

Constructor.

Preview ( ) : void

Previews the tracks that will be scrobbled.

Scrobble ( ) : System.Threading.Tasks.Task

Scrobbles the selected tracks.

SelectAll ( ) : void

Marks all fetched scrobbles as "ToScrobble".

SelectNone ( ) : void

Marks all fetched scrobbles as not "ToScrobble".

Приватные методы

Метод Описание
CreateScrobbles ( ) : List
ToScrobbleChanged ( object sender, EventArgs e ) : void

Описание методов

FetchScrobbles() публичный Метод

Fetches the recent scrobbles of the user with the given Username.
public FetchScrobbles ( ) : void
Результат void

FriendScrobbleViewModel() публичный Метод

Constructor.
public FriendScrobbleViewModel ( ) : IF.Lastfm.Core.Objects
Результат IF.Lastfm.Core.Objects

Preview() публичный Метод

Previews the tracks that will be scrobbled.
public Preview ( ) : void
Результат void

Scrobble() публичный Метод

Scrobbles the selected tracks.
public Scrobble ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

SelectAll() публичный Метод

Marks all fetched scrobbles as "ToScrobble".
public SelectAll ( ) : void
Результат void

SelectNone() публичный Метод

Marks all fetched scrobbles as not "ToScrobble".
public SelectNone ( ) : void
Результат void