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

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

Public Methods

Method Description
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
User ( ) : System
User ( int id ) : System
User ( int id, bool threaded ) : System

Method Details

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

User() public method

public User ( ) : System
return System

User() public method

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

User() public method

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