Package | coldfusion.air |
Class | public class Conflict |
Inheritance | Conflict Object |
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Public Properties
Property | Defined By | ||
---|---|---|---|
clientobject : Object
The updated instance of the object on the client side, which caused the conflict. | Conflict | ||
constructor : 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 | ||
prototype : 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
Method | Defined By | ||
---|---|---|---|
Conflict()
Creates an instance of the Conflict class. | Conflict | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
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.
Mon Nov 28 2011, 06:48 AM -08:00