C# Class SocialNetwork.ConsoleClient.Searcher.SocialNetworkService

Inheritance: ISocialNetworkService
Datei anzeigen Open project: TelerikAcademy/Databases Class Usage Examples

Public Methods

Method Description
GetChatUsers ( string username ) : IEnumerable
GetFriendships ( int page = 1, int pageSize = 25 ) : IEnumerable
GetPostsByUser ( string username ) : IEnumerable
GetUsersAfterCertainDate ( int year ) : IEnumerable
SocialNetworkService ( ) : System

Method Details

GetChatUsers() public method

public GetChatUsers ( string username ) : IEnumerable
username string
return IEnumerable

GetFriendships() public method

public GetFriendships ( int page = 1, int pageSize = 25 ) : IEnumerable
page int
pageSize int
return IEnumerable

GetPostsByUser() public method

public GetPostsByUser ( string username ) : IEnumerable
username string
return IEnumerable

GetUsersAfterCertainDate() public method

public GetUsersAfterCertainDate ( int year ) : IEnumerable
year int
return IEnumerable

SocialNetworkService() public method

public SocialNetworkService ( ) : System
return System