C# 클래스 QualityBot.Test.Tests.QualityBotFake.FakeScrapeParams

파일 보기 프로젝트 열기: Ancestry/quality-bot 1 사용 예제들

공개 메소드들

메소드 설명
FakeScrapeParams ( string id = "505b74b57b350d1ac4b55993", string exclude = "\'\'", string include = "\'body *\'", string script = "", Rectangle bounding = null, string path = "null", List elements = null, Resource resources = null, string html, string htmlRef, string url = "http://dna.ancestrydev.com/", string screenShot = null, string screenShotRef = "", Size viewportSize = null, string browser = "firefox", string browserVersion = "10", System.DateTime timeStamp = null, string platform = "windows", List cookies = null ) : System

메소드 상세

FakeScrapeParams() 공개 메소드

public FakeScrapeParams ( string id = "505b74b57b350d1ac4b55993", string exclude = "\'\'", string include = "\'body *\'", string script = "", Rectangle bounding = null, string path = "null", List elements = null, Resource resources = null, string html, string htmlRef, string url = "http://dna.ancestrydev.com/", string screenShot = null, string screenShotRef = "", Size viewportSize = null, string browser = "firefox", string browserVersion = "10", System.DateTime timeStamp = null, string platform = "windows", List cookies = null ) : System
id string
exclude string
include string
script string
bounding System.Drawing.Rectangle
path string
elements List
resources QualityBot.ScrapePocos.Resource
html string
htmlRef string
url string
screenShot string
screenShotRef string
viewportSize System.Drawing.Size
browser string
browserVersion string
timeStamp System.DateTime
platform string
cookies List
리턴 System