C# 클래스 Metrooz.ViewModels.AttachedActivityViewModel

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

공개 메소드들

메소드 설명
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

메소드 상세

AttachedActivityViewModel() 공개 메소드

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
리턴 Livet

Create() 공개 정적인 메소드

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