Property | Type | Description | |
---|---|---|---|
author | string | ||
debug | bool | ||
description | string | ||
id | int | ||
language | string | ||
loadSuccessful | bool | ||
name | string | ||
publishedDay | int | ||
publishedMonth | int | ||
publishedYear | int | ||
scriptType | StringList | ||
versionMajor | int | ||
versionMinor | int | ||
versionPoint | int |
Method | Description | |
---|---|---|
Execute ( string action, string>.Dictionary |
||
ScriptableScraper ( |
||
ScriptableScraper ( string xmlScript ) : System | ||
ScriptableScraper ( string xmlScript, bool debug ) : System |
Method | Description | |
---|---|---|
loadActionNodes ( ) : void | ||
loadDetails ( ) : bool |
public Execute ( string action, string>.Dictionary |
||
action | string | |
input | string>.Dictionary | |
return | string>.Dictionary |
public ScriptableScraper ( |
||
filename | ||
return | System |
public ScriptableScraper ( string xmlScript ) : System | ||
xmlScript | string | |
return | System |
public ScriptableScraper ( string xmlScript, bool debug ) : System | ||
xmlScript | string | |
debug | bool | |
return | System |