C# Class Cornerstone.ScraperEngine.ScriptableScraper

Datei anzeigen Open project: damienhaynes/moving-pictures Class Usage Examples

Protected Properties

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

Public Methods

Method Description
Execute ( string action, string>.Dictionary input ) : string>.Dictionary
ScriptableScraper ( FileInfo filename ) : System
ScriptableScraper ( string xmlScript ) : System
ScriptableScraper ( string xmlScript, bool debug ) : System

Private Methods

Method Description
loadActionNodes ( ) : void
loadDetails ( ) : bool

Method Details

Execute() public method

public Execute ( string action, string>.Dictionary input ) : string>.Dictionary
action string
input string>.Dictionary
return string>.Dictionary

ScriptableScraper() public method

public ScriptableScraper ( FileInfo filename ) : System
filename System.IO.FileInfo
return System

ScriptableScraper() public method

public ScriptableScraper ( string xmlScript ) : System
xmlScript string
return System

ScriptableScraper() public method

public ScriptableScraper ( string xmlScript, bool debug ) : System
xmlScript string
debug bool
return System

Property Details

author protected_oe property

protected string author
return string

debug protected_oe property

protected bool debug
return bool

description protected_oe property

protected string description
return string

id protected_oe property

protected int id
return int

language protected_oe property

protected string language
return string

loadSuccessful protected_oe property

protected bool loadSuccessful
return bool

name protected_oe property

protected string name
return string

publishedDay protected_oe property

protected int publishedDay
return int

publishedMonth protected_oe property

protected int publishedMonth
return int

publishedYear protected_oe property

protected int publishedYear
return int

scriptType protected_oe property

protected StringList scriptType
return StringList

versionMajor protected_oe property

protected int versionMajor
return int

versionMinor protected_oe property

protected int versionMinor
return int

versionPoint protected_oe property

protected int versionPoint
return int