C# 클래스 FT.Scraper.P20QuestionScraper

파일 보기 프로젝트 열기: friism/folketsting

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ScrapeStringAnswer ( string answerlink ) : void

메소드 상세

GetQ() 공개 정적인 메소드

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
리턴 void

GetQChecked() 공개 정적인 메소드

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
리턴 void