C# Class FT.Scraper.P20QuestionScraper

Afficher le fichier Open project: friism/folketsting

Méthodes publiques

Méthode 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

Méthode Description
ScrapeStringAnswer ( string answerlink ) : void

Method Details

GetQ() public static méthode

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
Résultat void

GetQChecked() public static méthode

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
Résultat void