Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.data 

MessageCacheItem  - AS3 ADEP Data Services

Pacchettomx.data
Classepublic class MessageCacheItem
EreditarietàMessageCacheItem Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Data Services per Java EE 3
Versioni runtime: Flash Player 9, AIR 1.1

Represents an element of the MessageBatch's items property. Provides the item updated by this change, its unique identifier, and a reference to the DataMessage for details of the change.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
  item : Object
Returns the item modified in this change.
MessageCacheItem
  message : DataMessage
The reference to the DataMessage for this change.
MessageCacheItem
  uid : String
Returns a unique identifier for this item.
MessageCacheItem
Metodi pubblici
 MetodoDefinito da
  
Constructor.
MessageCacheItem
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

item

proprietà
item:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Data Services per Java EE 3
Versioni runtime: Flash Player 9, AIR 1.1

Returns the item modified in this change.



Implementazione
    public function get item():Object
    public function set item(value:Object):void

message

proprietà 
public var message:DataMessage

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Data Services per Java EE 3
Versioni runtime: Flash Player 9, AIR 1.1

The reference to the DataMessage for this change. You can for example access the type of message by looking at the message.operation property.

Note that changing the data in the data message can break the integrity of the system. You can add headers to the DataMessage however to share information with the server.

uid

proprietà 
uid:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Data Services per Java EE 3
Versioni runtime: Flash Player 9, AIR 1.1

Returns a unique identifier for this item. It is the messageId of the create message if the item has not yet been persisted and assigned a permanent identity by the server. This gets updated after the created item has been created and assigned a new id. For an update collection message which is modifying a filled collection, this returns null. For an update collection message which modifies an association property, it returns the uid of the parent item.



Implementazione
    public function get uid():String
    public function set uid(value:String):void
Descrizione della funzione di costruzione

MessageCacheItem

()Funzione di costruzione
public function MessageCacheItem()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Data Services per Java EE 3
Versioni runtime: Flash Player 9, AIR 1.1

Constructor.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.