C# Class FantasyPremierLeagueApi.Helpers.WebRetriever.Pages.LeagueTableRetriever

Show file Open project: bobbymond/FantasyPremierLeagueAPI Class Usage Examples

Public Methods

Method Description
GetLeagueTable ( CookieContainer cookies, string season ) : IEnumerable
LeagueTableRetriever ( ILogger logger ) : System

Private Methods

Method Description
ParseLeagueTableRow ( HtmlNode tableRow ) : FantasyPremierLeagueApi.Model.ClubSeasonPerformance

Method Details

GetLeagueTable() public method

public GetLeagueTable ( CookieContainer cookies, string season ) : IEnumerable
cookies System.Net.CookieContainer
season string A string in the form 2012-2013
return IEnumerable

LeagueTableRetriever() public method

public LeagueTableRetriever ( ILogger logger ) : System
logger ILogger
return System