Package | mx.data |
Class | public class ManagedEntity |
Inheritance | ManagedEntity Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
destination : String
Destination used for this managed entity. | ManagedEntity | ||
managedClass : String
Class name of the managed entity. | ManagedEntity |
Public Methods
Method | Defined By | ||
---|---|---|---|
ManagedEntity(info:XML = null)
Constructs an instance of metadata with the specified XML snippet that
contains the details about the entity. | ManagedEntity | ||
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
destination | property |
destination:String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Destination used for this managed entity.
Implementation
public function get destination():String
public function set destination(value:String):void
managedClass | property |
managedClass:String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Class name of the managed entity. This is the server side class name.
Implementation
public function get managedClass():String
public function set managedClass(value:String):void
Constructor Detail
ManagedEntity | () | Constructor |
public function ManagedEntity(info:XML = null)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Constructs an instance of metadata with the specified XML snippet that contains the details about the entity.
Parametersinfo:XML (default = null ) — XML containing the association information.
|
Throws
ArgumentError — If required information is missing.
|
Thu Dec 6 2018, 01:12 PM -08:00