C# Class Last.fm_Scrubbler_WPF.ViewModels.FetchedArtistViewModel

ViewModel for the Views.ArtistResultView.
Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: coczero/Last.fm-Scrubbler-WPF Class Usage Examples

Méthodes publiques

Méthode Description
Clicked ( ) : void

Triggers the ArtistClicked event.

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

Constructor.

Method Details

Clicked() public méthode

Triggers the ArtistClicked event.
public Clicked ( ) : void
Résultat void

FetchedArtistViewModel() public méthode

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