User Guide
910 Chapter 6: Components Dictionary
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.
XUpdateResolver.beforeApplyUpdates
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.beforeApplyUpdates(eventObject)
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 will copy it across and the resolver will create
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.