C# 클래스 Metrooz.ViewModels.AttachedAlbumViewModel

상속: AttachedContentViewModel
파일 보기 프로젝트 열기: namoshika/Metrooz

공개 메소드들

메소드 설명
AttachedAlbumViewModel ( string title, SunokoLibrary.Web.GooglePlus.AttachedAlbum attachedAlbumModel, AttachedImageViewModel thumbnailImages, System.Windows.Media.ImageSource largeImage ) : Livet
Create ( SunokoLibrary.Web.GooglePlus.AttachedAlbum attachedAlbumModel ) : Task

메소드 상세

AttachedAlbumViewModel() 공개 메소드

public AttachedAlbumViewModel ( string title, SunokoLibrary.Web.GooglePlus.AttachedAlbum attachedAlbumModel, AttachedImageViewModel thumbnailImages, System.Windows.Media.ImageSource largeImage ) : Livet
title string
attachedAlbumModel SunokoLibrary.Web.GooglePlus.AttachedAlbum
thumbnailImages AttachedImageViewModel
largeImage System.Windows.Media.ImageSource
리턴 Livet

Create() 공개 정적인 메소드

public static Create ( SunokoLibrary.Web.GooglePlus.AttachedAlbum attachedAlbumModel ) : Task
attachedAlbumModel SunokoLibrary.Web.GooglePlus.AttachedAlbum
리턴 Task