Click or drag to resize

XmlModelUpdatePreview Constructor

Note: This API is now obsolete.

Initializes a new instance of the XmlModelUpdatePreview class

Namespace:  PDTec.IceNet.Sdk.Xml
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
[ObsoleteAttribute("Use XmlFactory.CreateModelUpdatePreview instead to avoid assembly linking issues.")]
public XmlModelUpdatePreview(
	IRepository pRepository
)

Parameters

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