C# 클래스 FlickrTiles.Views.MainViewModel

상속: ViewModel
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
MainViewModel ( ) : System
Search ( string tags ) : void

비공개 메소드들

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

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( ) : System
리턴 System

Search() 공개 메소드

public Search ( string tags ) : void
tags string
리턴 void