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

Afficher le fichier Open project: bobbymond/FantasyPremierLeagueAPI Class Usage Examples

Méthodes publiques

Méthode Description
GetLeagueTable ( CookieContainer cookies, string season ) : IEnumerable
LeagueTableRetriever ( ILogger logger ) : System

Private Methods

Méthode Description
ParseLeagueTableRow ( HtmlNode tableRow ) : FantasyPremierLeagueApi.Model.ClubSeasonPerformance

Method Details

GetLeagueTable() public méthode

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

LeagueTableRetriever() public méthode

public LeagueTableRetriever ( ILogger logger ) : System
logger ILogger
Résultat System