C# 클래스 Metrooz.Models.Activity

상속: IDisposable
파일 보기 프로젝트 열기: namoshika/Metrooz 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : Task
Activity ( SunokoLibrary.Web.GooglePlus.ActivityInfo target ) : SunokoLibrary.Web.GooglePlus
CommentPost ( string content ) : Task
CoreInfo_RefreshComment ( SunokoLibrary.Web.GooglePlus.CommentInfo comment ) : void
Dispose ( ) : void

비공개 메소드들

메소드 설명
CoreInfo_Refreshed ( SunokoLibrary.Web.GooglePlus.ActivityInfo newValue ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : Task
리턴 Task

Activity() 공개 메소드

public Activity ( SunokoLibrary.Web.GooglePlus.ActivityInfo target ) : SunokoLibrary.Web.GooglePlus
target SunokoLibrary.Web.GooglePlus.ActivityInfo
리턴 SunokoLibrary.Web.GooglePlus

CommentPost() 공개 메소드

public CommentPost ( string content ) : Task
content string
리턴 Task

CoreInfo_RefreshComment() 공개 메소드

public CoreInfo_RefreshComment ( SunokoLibrary.Web.GooglePlus.CommentInfo comment ) : void
comment SunokoLibrary.Web.GooglePlus.CommentInfo
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void