Click or drag to resize

XmlDeserializationHelper Constructor (XmlDocument, IEnumerableString)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public XmlDeserializationHelper(
	XmlDocument document,
	IEnumerable<string> namespaces
)

Parameters

document
Type: System.XmlXmlDocument
namespaces
Type: System.Collections.GenericIEnumerableString
Each value must be on the format [prefix]:[uri]
See Also