C# Class Metrooz.ViewModels.AttachedLinkViewModel

Inheritance: AttachedContentViewModel
Exibir arquivo Open project: namoshika/Metrooz

Public Methods

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

Method Details

AttachedLinkViewModel() public method

public AttachedLinkViewModel ( 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.AttachedLink model ) : Task
model SunokoLibrary.Web.GooglePlus.AttachedLink
return Task