C# Class Metrooz.ViewModels.AttachedActivityViewModel

Inheritance: AttachedContentViewModel
Exibir arquivo Open project: namoshika/Metrooz

Public Methods

Method Description
AttachedActivityViewModel ( string ownerName, Uri ownerProfileUrl, Uri ownerActivityUrl, System.Windows.Media.ImageSource ownerIcon, SunokoLibrary.Web.GooglePlus.StyleElement postContentInline, object attachedContent ) : Livet
Create ( SunokoLibrary.Web.GooglePlus.AttachedPost model ) : Task

Method Details

AttachedActivityViewModel() public method

public AttachedActivityViewModel ( string ownerName, Uri ownerProfileUrl, Uri ownerActivityUrl, System.Windows.Media.ImageSource ownerIcon, SunokoLibrary.Web.GooglePlus.StyleElement postContentInline, object attachedContent ) : Livet
ownerName string
ownerProfileUrl System.Uri
ownerActivityUrl System.Uri
ownerIcon System.Windows.Media.ImageSource
postContentInline SunokoLibrary.Web.GooglePlus.StyleElement
attachedContent object
return Livet

Create() public static method

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