Click or drag to resize

ObjectDeserializer Constructor (ControllerBase, XmlDocument, DeserializerSettings)

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ObjectDeserializer(
	ControllerBase assignFrom,
	XmlDocument document,
	DeserializerSettings settings = null
)

Parameters

assignFrom
Type: Omada.OE.AppLogicControllerBase
document
Type: System.XmlXmlDocument
settings (Optional)
Type: Omada.OE.AppLogic.Serialization.ModelDeserializerSettings
See Also