| XmlFragmentReader Constructor (String, String, XmlReader) | 
            Instantiates the reader using the given rootElementName and 
            rootXmlNamespace for the virtual root node.
            
 
Namespace: PDTec.IceNet.Domain.AuditTrail.XmlAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic XmlFragmentReader(
	string rootElementName,
	string rootXmlNamespace,
	XmlReader baseReader
)
Parameters
- rootElementName
 - Type: SystemString
Name of the virtual root element. - rootXmlNamespace
 - Type: SystemString
XML namespace for the virtual root element. - baseReader
 - Type: System.XmlXmlReader
XML fragment reader. 
See Also