Click or drag to resize
XmlDataExporter Constructor

Note: This API is now obsolete.

Initializes a new instance of the XmlDataExporter class

Namespace: PDTec.IceNet.Sdk.Xml
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
[ObsoleteAttribute("Use XmlFactory.CreateDataExporter instead to avoid assembly linking issues.")]
public XmlDataExporter(
	IRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
See Also