Pacchetto | mx.data |
Classe | public class ManagedEntity |
Ereditarietà | ManagedEntity Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 4.5 |
Versioni runtime: | Flash Player 10.1, AIR 2.0 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
destination : String
Destination used for this managed entity. | ManagedEntity | ||
managedClass : String
Class name of the managed entity. | ManagedEntity |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
ManagedEntity(info:XML = null)
Constructs an instance of metadata with the specified XML snippet that
contains the details about the entity. | ManagedEntity | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
destination | proprietà |
destination:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 4.5 |
Versioni runtime: | Flash Player 10.1, AIR 2.0 |
Destination used for this managed entity.
Implementazione
public function get destination():String
public function set destination(value:String):void
managedClass | proprietà |
managedClass:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 4.5 |
Versioni runtime: | Flash Player 10.1, AIR 2.0 |
Class name of the managed entity. This is the server side class name.
Implementazione
public function get managedClass():String
public function set managedClass(value:String):void
Descrizione della funzione di costruzione
ManagedEntity | () | Funzione di costruzione |
public function ManagedEntity(info:XML = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 4.5 |
Versioni runtime: | Flash Player 10.1, AIR 2.0 |
Constructs an instance of metadata with the specified XML snippet that contains the details about the entity.
Parametriinfo:XML (default = null ) — XML containing the association information.
|
Genera
ArgumentError — If required information is missing.
|
Tue Jun 12 2018, 02:44 PM Z