C# Class Metrooz.Models.Activity

Inheritance: IDisposable
Afficher le fichier Open project: namoshika/Metrooz Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CoreInfo_Refreshed ( SunokoLibrary.Web.GooglePlus.ActivityInfo newValue ) : void

Method Details

Activate() public méthode

public Activate ( ) : Task
Résultat Task

Activity() public méthode

public Activity ( SunokoLibrary.Web.GooglePlus.ActivityInfo target ) : SunokoLibrary.Web.GooglePlus
target SunokoLibrary.Web.GooglePlus.ActivityInfo
Résultat SunokoLibrary.Web.GooglePlus

CommentPost() public méthode

public CommentPost ( string content ) : Task
content string
Résultat Task

CoreInfo_RefreshComment() public méthode

public CoreInfo_RefreshComment ( SunokoLibrary.Web.GooglePlus.CommentInfo comment ) : void
comment SunokoLibrary.Web.GooglePlus.CommentInfo
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void