Click or drag to resize

BaseActionProcessChildElement Method

Namespace:  Colygon.MatchPoint.WorkflowKit.Actions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public bool ProcessChildElement(
	XmlReader reader,
	IXsiTypeProvider xsiTypeProvider,
	IXmlAttributeOverrideFactory overrideFactory,
	out Object element
)

Parameters

reader
Type: System.XmlXmlReader
xsiTypeProvider
Type: Colygon.MatchPoint.Core.Administration.XmlSerializationIXsiTypeProvider
overrideFactory
Type: Colygon.MatchPoint.Core.Administration.XmlSerializationIXmlAttributeOverrideFactory
element
Type: SystemObject

Return Value

Type: Boolean
See Also