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

Inheritance: Common
Mostra file Open project: kdavie/Yammer.NET-2.0

Public Methods

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

public GetNextPage ( ) : void
return void

GetPreviousPage() public method

public GetPreviousPage ( ) : void
return void

Load() public abstract method

public abstract Load ( ) : void
return void

Load() public abstract method

public abstract Load ( PageFlag flag, int id ) : void
flag PageFlag
id int
return void

Load() public abstract method

public abstract Load ( PageFlag flag, int id, bool threaded ) : void
flag PageFlag
id int
threaded bool
return void

Load() public abstract method

public abstract Load ( bool threaded ) : void
threaded bool
return void

Static() public method

public Static ( ) : System
return System