SerializationExtensionContextAdjuster Delegate
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public delegate bool Adjuster(
XElement objectNode,
IOMSnapshot theObject,
IOMSnapshot theOwner,
PropertyInfo ownerProperty
)
- 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)
Booleantrue - proceed with results. false - skip results