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