C# Class Cornerstone.ScraperEngine.Nodes.MathNode

Inheritance: ScraperNode
Datei anzeigen Open project: damienhaynes/moving-pictures

Protected Properties

Property Type Description
resultType ResultTypeEnum
value1 string
value2 string

Public Methods

Method Description
MathNode ( XmlNode xmlNode, ScriptableScraper context ) : System

Method Details

MathNode() public method

public MathNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
return System

Property Details

resultType protected_oe property

protected ResultTypeEnum resultType
return ResultTypeEnum

value1 protected_oe property

protected string value1
return string

value2 protected_oe property

protected string value2
return string