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.
See also
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.
|
See also
Thu May 20 2010, 02:19 AM -07:00