C# Class Cornerstone.ScraperEngine.Nodes.IfNode

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

Protected Properties

Свойство Type Description
test string

Méthodes publiques

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

Method Details

Execute() public méthode

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

IfNode() public méthode

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

Property Details

test protected_oe property

protected string test
Résultat string