'Declaration
Protected Function ProcessElementChoiceFromXml( _ ByVal context As LiquidTechnologies.Runtime.SerializationContext, _ ByVal xmlParent As XmlElement, _ ByRef xmlChild As XmlElement, _ ByVal parentClassElementType As LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType, _ ByVal isOptionalChoice As Boolean _ ) As Boolean
'Usage
Dim instance As ItuBody Dim context As LiquidTechnologies.Runtime.SerializationContext Dim xmlParent As XmlElement Dim xmlChild As XmlElement Dim parentClassElementType As LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType Dim isOptionalChoice As Boolean Dim value As Boolean value = instance.ProcessElementChoiceFromXml(context, xmlParent, xmlChild, parentClassElementType, isOptionalChoice)
protected bool ProcessElementChoiceFromXml( LiquidTechnologies.Runtime.SerializationContext context, XmlElement xmlParent, ref XmlElement xmlChild, LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType parentClassElementType, bool isOptionalChoice )
protected: bool ProcessElementChoiceFromXml( LiquidTechnologies.Runtime.SerializationContext^ context, XmlElement^ xmlParent, XmlElement^% xmlChild, LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType^ parentClassElementType, bool isOptionalChoice )
Parameters
- context
- xmlParent
- xmlChild
- parentClassElementType
- isOptionalChoice