C# Class Cornerstone.ScraperEngine.ScriptableScraper

Show file 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 property

protected string author
return string

debug protected property

protected bool debug
return bool

description protected property

protected string description
return string

id protected property

protected int id
return int

language protected property

protected string language
return string

loadSuccessful protected property

protected bool loadSuccessful
return bool

name protected property

protected string name
return string

publishedDay protected property

protected int publishedDay
return int

publishedMonth protected property

protected int publishedMonth
return int

publishedYear protected property

protected int publishedYear
return int

scriptType protected property

protected StringList scriptType
return StringList

versionMajor protected property

protected int versionMajor
return int

versionMinor protected property

protected int versionMinor
return int

versionPoint protected property

protected int versionPoint
return int