C# Class Cornerstone.ScraperEngine.ScriptableScraper

Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
loadActionNodes ( ) : void
loadDetails ( ) : bool

Method Details

Execute() public méthode

public Execute ( string action, string>.Dictionary input ) : string>.Dictionary
action string
input string>.Dictionary
Résultat string>.Dictionary

ScriptableScraper() public méthode

public ScriptableScraper ( FileInfo filename ) : System
filename System.IO.FileInfo
Résultat System

ScriptableScraper() public méthode

public ScriptableScraper ( string xmlScript ) : System
xmlScript string
Résultat System

ScriptableScraper() public méthode

public ScriptableScraper ( string xmlScript, bool debug ) : System
xmlScript string
debug bool
Résultat System

Property Details

author protected_oe property

protected string author
Résultat string

debug protected_oe property

protected bool debug
Résultat bool

description protected_oe property

protected string description
Résultat string

id protected_oe property

protected int id
Résultat int

language protected_oe property

protected string language
Résultat string

loadSuccessful protected_oe property

protected bool loadSuccessful
Résultat bool

name protected_oe property

protected string name
Résultat string

publishedDay protected_oe property

protected int publishedDay
Résultat int

publishedMonth protected_oe property

protected int publishedMonth
Résultat int

publishedYear protected_oe property

protected int publishedYear
Résultat int

scriptType protected_oe property

protected StringList scriptType
Résultat StringList

versionMajor protected_oe property

protected int versionMajor
Résultat int

versionMinor protected_oe property

protected int versionMinor
Résultat int

versionPoint protected_oe property

protected int versionPoint
Résultat int