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

Inheritance: Yammer.APIWrapper.Consumer.Feed.Base.Dynamic
Mostra file Open project: kdavie/Yammer.NET-2.0 Class Usage Examples

Public Methods

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

public Favorites ( ) : System
return System

Favorites() public method

public Favorites ( int id ) : System
id int
return System

Favorites() public method

public Favorites ( int id, bool threaded ) : System
id int
threaded bool
return System

Load() public method

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

Load() public method

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

Load() public method

public Load ( int id ) : void
id int
return void

Load() public method

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