| DeserializerBase Constructor (XmlDocument, String, ControllerBase) |
Assigns an xml document with optional schema validation.
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic DeserializerBase(
XmlDocument document,
string schema,
ControllerBase assignFrom
)
Parameters
- document
- Type: System.XmlXmlDocument
- schema
- Type: SystemString
Name of an xml schema that is known by the application (that is, there exists an XmlSchema data object for it).
Can be null - in which case no schema validation is performed.
- assignFrom
- Type: Omada.OE.AppLogicControllerBase
See Also