C# Class Metrooz.Models.Activity

Inheritance: IDisposable
Show file Open project: namoshika/Metrooz Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CoreInfo_Refreshed ( SunokoLibrary.Web.GooglePlus.ActivityInfo newValue ) : void

Method Details

Activate() public method

public Activate ( ) : Task
return Task

Activity() public method

public Activity ( SunokoLibrary.Web.GooglePlus.ActivityInfo target ) : SunokoLibrary.Web.GooglePlus
target SunokoLibrary.Web.GooglePlus.ActivityInfo
return SunokoLibrary.Web.GooglePlus

CommentPost() public method

public CommentPost ( string content ) : Task
content string
return Task

CoreInfo_RefreshComment() public method

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

Dispose() public method

public Dispose ( ) : void
return void