C# Class Metrooz.ViewModels.AttachedYouTubeViewModel

Inheritance: AttachedLinkViewModel
Exibir arquivo Open project: namoshika/Metrooz

Public Methods

Method Description
AttachedYouTubeViewModel ( string ancourTitle, string ancourIntroductionText, Uri ancourUrl, System.Windows.Media.ImageSource thumbnail ) : Livet
Create ( SunokoLibrary.Web.GooglePlus.AttachedYouTube model ) : Task

Method Details

AttachedYouTubeViewModel() public method

public AttachedYouTubeViewModel ( string ancourTitle, string ancourIntroductionText, Uri ancourUrl, System.Windows.Media.ImageSource thumbnail ) : Livet
ancourTitle string
ancourIntroductionText string
ancourUrl System.Uri
thumbnail System.Windows.Media.ImageSource
return Livet

Create() public static method

public static Create ( SunokoLibrary.Web.GooglePlus.AttachedYouTube model ) : Task
model SunokoLibrary.Web.GooglePlus.AttachedYouTube
return Task