C# Class Yammer.APIWrapper.Consumer.Feed.Base.Static

Inheritance: Common
Afficher le fichier Open project: kdavie/Yammer.NET-2.0

Méthodes publiques

Méthode Description
GetNextPage ( ) : void
GetPreviousPage ( ) : void
Load ( ) : void
Load ( PageFlag flag, int id ) : void
Load ( PageFlag flag, int id, bool threaded ) : void
Load ( bool threaded ) : void
Static ( ) : System

Method Details

GetNextPage() public méthode

public GetNextPage ( ) : void
Résultat void

GetPreviousPage() public méthode

public GetPreviousPage ( ) : void
Résultat void

Load() public abstract méthode

public abstract Load ( ) : void
Résultat void

Load() public abstract méthode

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

Load() public abstract méthode

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

Load() public abstract méthode

public abstract Load ( bool threaded ) : void
threaded bool
Résultat void

Static() public méthode

public Static ( ) : System
Résultat System