[an error occurred while processing this directive]
ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes

Language Reference only       
Package and class filters:
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
coldfusion.air 
Conflict 
Packagecoldfusion.air
Classpublic class Conflict
InheritanceConflict Inheritance Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Conflict that contains reference to the operation, clientObject, serverObject, and originalObject on the client.



Public Properties
 PropertyDefined By
  clientobject : Object
The updated instance of the object on the client side, which caused the conflict.
Conflict
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  operation : String
The operation that caused the server-side conflict.
Conflict
  originalobject : Object
The original instance of the object on the client side.
Conflict
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  serverobject : Object
The instance of the object on the server.
Conflict
Public Methods
 MethodDefined By
  
Creates an instance of the Conflict class.
Conflict
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

clientobject

property
public var clientobject:Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The updated instance of the object on the client side, which caused the conflict.

operation

property 
public var operation:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The operation that caused the server-side conflict.

originalobject

property 
public var originalobject:Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The original instance of the object on the client side.

serverobject

property 
public var serverobject:Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The instance of the object on the server.

Constructor Detail

Conflict

()Constructor
public function Conflict()

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Creates an instance of the Conflict class.