C# Class Metrooz.ViewModels.AttachedImageViewModel

Inheritance: AttachedContentViewModel
Exibir arquivo Open project: namoshika/Metrooz Class Usage Examples

Public Methods

Method Description
AttachedImageViewModel ( SunokoLibrary.Web.GooglePlus.AttachedImage attachedAlbumModel, System.Windows.Media.ImageSource image ) : Livet
Create ( SunokoLibrary.Web.GooglePlus.AttachedImage attachedAlbumModel, string option = "w640-h500" ) : Task

Method Details

AttachedImageViewModel() public method

public AttachedImageViewModel ( SunokoLibrary.Web.GooglePlus.AttachedImage attachedAlbumModel, System.Windows.Media.ImageSource image ) : Livet
attachedAlbumModel SunokoLibrary.Web.GooglePlus.AttachedImage
image System.Windows.Media.ImageSource
return Livet

Create() public static method

public static Create ( SunokoLibrary.Web.GooglePlus.AttachedImage attachedAlbumModel, string option = "w640-h500" ) : Task
attachedAlbumModel SunokoLibrary.Web.GooglePlus.AttachedImage
option string
return Task