XML3 - API DLL Documentation
Constructs the prices object.

Namespace: XMLV3API.Products
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ProductPrice(
	XmlNode ProdStockXML
)
Visual Basic
Public Sub New ( _
	ProdStockXML As XmlNode _
)
Visual C++
public:
ProductPrice(
	XmlNode^ ProdStockXML
)

Parameters

ProdStockXML
Type: System.Xml..::..XmlNode
XML node containting the raw data ready for populating the Price object.

Remarks