Click or drag to resize

ObjectDeserializerDeserializeProperties Method

Deserializes an xml element with a "properties" element.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<Property> DeserializeProperties(
	XmlNode elementWithProperties
)

Parameters

elementWithProperties
Type: System.XmlXmlNode
Xml element that contains a <do:properties> element. The element must be a sibling of the xml document that the deserializer was constructed with.

Return Value

Type: ListProperty
See Also