Package | flash.net |
Interface | public interface IDynamicPropertyWriter |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
ObjectEncoding.dynamicPropertyWriter
property.
Related API Elements
Public Methods
Method | Defined By | ||
---|---|---|---|
Writes the name and value of an IDynamicPropertyOutput object to an object with
dynamic properties. | IDynamicPropertyWriter |
Method Detail
writeDynamicProperties | () | method |
public function writeDynamicProperties(obj:Object, output:IDynamicPropertyOutput):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Writes the name and value of an IDynamicPropertyOutput object to an object with
dynamic properties. If ObjectEncoding.dynamicPropertyWriter
is set,
this method is invoked for each object with dynamic properties.
Parameters
obj:Object — The object to write to.
| |
output:IDynamicPropertyOutput — The IDynamicPropertyOutput object that contains the name and value
to dynamically write to the object.
|
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00