C# Class Yammer.APIWrapper.Consumer.Feed.Favorites

Inheritance: Yammer.APIWrapper.Consumer.Feed.Base.Dynamic
Afficher le fichier Open project: kdavie/Yammer.NET-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Favorites ( ) : System
Favorites ( int id ) : System
Favorites ( int id, bool threaded ) : System
Load ( PageFlag flag, int id, int pageId ) : void
Load ( PageFlag flag, int id, int pageId, bool threaded ) : void
Load ( int id ) : void
Load ( int id, bool threaded ) : void

Method Details

Favorites() public méthode

public Favorites ( ) : System
Résultat System

Favorites() public méthode

public Favorites ( int id ) : System
id int
Résultat System

Favorites() public méthode

public Favorites ( int id, bool threaded ) : System
id int
threaded bool
Résultat System

Load() public méthode

public Load ( PageFlag flag, int id, int pageId ) : void
flag PageFlag
id int
pageId int
Résultat void

Load() public méthode

public Load ( PageFlag flag, int id, int pageId, bool threaded ) : void
flag PageFlag
id int
pageId int
threaded bool
Résultat void

Load() public méthode

public Load ( int id ) : void
id int
Résultat void

Load() public méthode

public Load ( int id, bool threaded ) : void
id int
threaded bool
Résultat void