Pacotemx.core
Interfacepublic interface IUID

The IUID interface defines the interface for objects that must have Unique Identifiers (UIDs) to uniquely identify the object. UIDs do not need to be universally unique for most uses in Flex. One exception is for messages send by data services.



Propriedades Públicas
 PropriedadeDefinido por
  uid : String
The unique identifier for this object.
IUID
Detalhes da propriedade
uidpropriedade
uid:String  [read-write]

The unique identifier for this object.


Implementação
    public function get uid():String
    public function set uid(value:String):void