Package | coldfusion.air |
Classe | public class Conflict |
Héritage | Conflict Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
clientobject : Object
The updated instance of the object on the client side, which caused the conflict. | Conflict | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 | ||
serverobject : Object
The instance of the object on the server. | Conflict |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Conflict()
Creates an instance of the Conflict class. | Conflict | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
clientobject | propriété |
public var clientobject:Object
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The updated instance of the object on the client side, which caused the conflict.
operation | propriété |
public var operation:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The operation that caused the server-side conflict.
originalobject | propriété |
public var originalobject:Object
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The original instance of the object on the client side.
serverobject | propriété |
public var serverobject:Object
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The instance of the object on the server.
Détails du constructeur
Conflict | () | Constructeur |
public function Conflict()
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Creates an instance of the Conflict class.
Tue Jun 12 2018, 09:30 AM Z