Click or drag to resize

ObjectSerializerAddPropertyElement Method

Adds a <property> element to an xml document based on a property action. The method is, besides the internal use in this class, used when generating SurveyDataML documents.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AddPropertyElement(
	Property propertyAction,
	XmlNode parent,
	XmlDocument xmlDoc
)

Parameters

propertyAction
Type: Omada.OE.AppLogic.Serialization.ModelProperty
parent
Type: System.XmlXmlNode
The node in the xml document that the property element will be placed below.
xmlDoc
Type: System.XmlXmlDocument
The xml document that the property element will be placed in.
See Also