User Guide

XUpdateResolver class (Flash Professional only) 1511
XUpdateResolver class (Flash
Professional only)
Inheritance MovieClip > XUpdateResolver
ActionScript Class Name mx.data.components.XUpdateResolver
The properties and events of the XUpdateResolver class allow you to work with the DataSet
component to save changes to external data sources.
Property summary for the XUpdateResolver class
The following table lists properties of the XUpdateResolver class.
Event summary for the XUpdateResolver class
The following table lists events of the XUpdateResolver class.
Property Description
XUpdateResolver.deltaPacket Contains a description of the changes to the
DataSet component. The DataSet component’s
deltaPacket property should be bound to this
property so that when
DataSet.applyUpdates() is
called, the binding copies it across and the
resolver creates the XUpdate packet.
XUpdateResolver.includeDeltaPacketInfo Includes additional information from the delta
packet in attributes on the XUpdate nodes.
XUpdateResolver.updateResults Describes results of an update.
XUpdateResolver.xupdatePacket Contains the XUpdate translation of the changes
to the DataSet component.
Event Description
XUpdateResolver.beforeApplyUpdates Called by the resolver component to make
custom modifications immediately after the XML
packet has been created and immediately before
that packet is sent.
XUpdateResolver.reconcileResults Called by the resolver component to compare
two packets.