| Pacote | flash.net |
| Interface | public interface IDynamicPropertyWriter |
ObjectEncoding.dynamicPropertyWriter property.
Veja também
| Método | Definido por | ||
|---|---|---|---|
|
Writes the name and value of an IDynamicPropertyOutput object to an object with
dynamic properties.
| IDynamicPropertyWriter | ||
| writeDynamicProperties | () | método |
public function writeDynamicProperties(obj:Object, output:IDynamicPropertyOutput):void
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.
Parâmetros
obj:Object — The object to write to.
|
|
output:IDynamicPropertyOutput — The IDynamicPropertyOutput object that contains the name and value
to dynamically write to the object.
|
Veja também