Click or drag to resize
XmlFragmentReader Constructor (XmlQualifiedName, XmlReader)
Instantiates the reader using the given rootName for the virtual root node.

Namespace: PDTec.IceNet.Domain.AuditTrail.Xml
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public XmlFragmentReader(
	XmlQualifiedName rootName,
	XmlReader baseReader
)

Parameters

rootName
Type: System.XmlXmlQualifiedName
Qualified name of the virtual root element.
baseReader
Type: System.XmlXmlReader
XML fragment reader.
See Also