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

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

공개 메소드들

메소드 설명
AddFiles ( ) : void

Shows a dialog to select music files. Parses the selected files.

FileScrobbleViewModel ( ) : System

Constructor.

Preview ( ) : void

Shows a preview of the tracks that will be scrobbled.

RemoveFiles ( ) : void

Removes the selected files.

Scrobble ( ) : System.Threading.Tasks.Task

Scrobbles the selected tracks.

SelectAll ( ) : void

Marks all tracks as "ToScrobble".

SelectNone ( ) : void

Marks all tracks as not "ToScrobble".

비공개 메소드들

메소드 설명
CreateScrobbles ( ) : List

Creates the list of the tracks that will be scrobbled.

IsSelectedChanged ( object sender, EventArgs e ) : void

Notifies the UI that the IsSelected property of a LoadedFileViewModel has changed.

ToScrobbleChanged ( object sender, EventArgs e ) : void

Notifies the UI that the ToScrobble property of a LoadedFileViewModel has changed.

메소드 상세

AddFiles() 공개 메소드

Shows a dialog to select music files. Parses the selected files.
public AddFiles ( ) : void
리턴 void

FileScrobbleViewModel() 공개 메소드

Constructor.
public FileScrobbleViewModel ( ) : System
리턴 System

Preview() 공개 메소드

Shows a preview of the tracks that will be scrobbled.
public Preview ( ) : void
리턴 void

RemoveFiles() 공개 메소드

Removes the selected files.
public RemoveFiles ( ) : void
리턴 void

Scrobble() 공개 메소드

Scrobbles the selected tracks.
public Scrobble ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SelectAll() 공개 메소드

Marks all tracks as "ToScrobble".
public SelectAll ( ) : void
리턴 void

SelectNone() 공개 메소드

Marks all tracks as not "ToScrobble".
public SelectNone ( ) : void
리턴 void