C# Class FlickrTiles.Views.MainViewModel

Inheritance: ViewModel
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
MainViewModel ( ) : System
Search ( string tags ) : void

Private Methods

Méthode Description
MainViewModel ( IPhotoGallery photoGallery ) : System
OnImageLoaded ( System.Windows.Media.ImageSource image, object context ) : void
OnPhotoGalleryPhotosSearched ( string tags, IEnumerable photos ) : void
OnThumbnailLoaded ( System.Windows.Media.ImageSource image, object context ) : void

Method Details

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System

Search() public méthode

public Search ( string tags ) : void
tags string
Résultat void