Paket | mx.rpc.xml |
Arabirim | public interface IXMLSchemaInstance |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Note that anonymous ActionScript objects can also specify a qualified type
by wrapping an object in an instance of mx.utils.ObjectProxy
and setting the object_proxy::type
property with the appropriate
QName.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
xsiType : QName
When encoding ActionScript instances as XML the encoder may require
a type definition for the concrete implementation when the associated
XML Schema complexType is abstract. | IXMLSchemaInstance |
Özellik Ayrıntısı
xsiType | özellik |
xsiType:QName
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
When encoding ActionScript instances as XML the encoder may require
a type definition for the concrete implementation when the associated
XML Schema complexType is abstract. This property allows a typed
instance to specify the concrete implementation as a QName to represent
the xsi:type
.
Note that [Transient]
metadata can be applied to
implementations of this property to exclude it during object
serialization.
Uygulama
public function get xsiType():QName
public function set xsiType(value:QName):void
Tue Jun 12 2018, 01:09 PM Z