C# Class Cornerstone.ScraperEngine.Nodes.LoopNode

Inheritance: ScraperNode
Afficher le fichier Open project: damienhaynes/moving-pictures

Protected Properties

Свойство Type Description
limit int
loopingVariable String

Méthodes publiques

Méthode Description
Execute ( string>.Dictionary variables ) : void
LoopNode ( XmlNode xmlNode, ScriptableScraper context ) : System

Méthodes protégées

Méthode Description
transcribeArrayValues ( string>.Dictionary variables, string baseName, string oldName ) : void

Method Details

Execute() public méthode

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
Résultat void

LoopNode() public méthode

public LoopNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
Résultat System

transcribeArrayValues() protected méthode

protected transcribeArrayValues ( string>.Dictionary variables, string baseName, string oldName ) : void
variables string>.Dictionary
baseName string
oldName string
Résultat void

Property Details

limit protected_oe property

protected int limit
Résultat int

loopingVariable protected_oe property

protected String loopingVariable
Résultat String