C# Class Last.fm_Scrubbler_WPF.ViewModels.FetchedArtistViewModel

ViewModel for the Views.ArtistResultView.
Inheritance: Caliburn.Micro.PropertyChangedBase
ファイルを表示 Open project: coczero/Last.fm-Scrubbler-WPF Class Usage Examples

Public Methods

Method Description
Clicked ( ) : void

Triggers the ArtistClicked event.

FetchedArtistViewModel ( IF.Lastfm.Core.Objects.LastArtist fetchedArtist ) : Caliburn.Micro

Constructor.

Method Details

Clicked() public method

Triggers the ArtistClicked event.
public Clicked ( ) : void
return void

FetchedArtistViewModel() public method

Constructor.
public FetchedArtistViewModel ( IF.Lastfm.Core.Objects.LastArtist fetchedArtist ) : Caliburn.Micro
fetchedArtist IF.Lastfm.Core.Objects.LastArtist The fetched artist.
return Caliburn.Micro