C# Class FT.Scraper.P20QuestionScraper

Mostrar archivo Open project: friism/folketsting

Public Methods

Method Description
GetQ ( int ftid, string title, IEnumerable commiteestrings, bool answered, string url, Session samling, bool record = true ) : void
GetQChecked ( int ftid, string title, IEnumerable commiteestrings, bool answered, string url, Session samling, bool record = true ) : void

Private Methods

Method Description
ScrapeStringAnswer ( string answerlink ) : void

Method Details

GetQ() public static method

public static GetQ ( int ftid, string title, IEnumerable commiteestrings, bool answered, string url, Session samling, bool record = true ) : void
ftid int
title string
commiteestrings IEnumerable
answered bool
url string
samling FT.DB.Session
record bool
return void

GetQChecked() public static method

public static GetQChecked ( int ftid, string title, IEnumerable commiteestrings, bool answered, string url, Session samling, bool record = true ) : void
ftid int
title string
commiteestrings IEnumerable
answered bool
url string
samling FT.DB.Session
record bool
return void