C# 클래스 Last.fm_Scrubbler_WPF.ViewModels.FriendScrobbleViewModel

ViewModel for the FriendScrobbleView.
상속: ScrobbleViewModelBase
파일 보기 프로젝트 열기: coczero/Last.fm-Scrubbler-WPF 1 사용 예제들

공개 메소드들

메소드 설명
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