SerializationExtensionContextAdjuster Delegate

type of the method for AdjustHandler

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public delegate bool Adjuster(
	XElement objectNode,
	IOMSnapshot theObject,
	IOMSnapshot theOwner,
	PropertyInfo ownerProperty
)

Parameters

objectNode  XElement
XML node where from object has been deserialized/>
theObject  IOMSnapshot
the object
theOwner  IOMSnapshot
Owner of the object.
ownerProperty  PropertyInfo
Property of theOwner where theObject is stored (can be reference or array of objects)

Return Value

Boolean
true - proceed with results. false - skip results

See Also