Packagemx.core
Interfacepublic interface IUID

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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.



Public Properties
 PropertyDefined By
  uid : String
The unique identifier for this object.
IUID
Property Detail
uidproperty
uid:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The unique identifier for this object.


Implementation
    public function get uid():String
    public function set uid(value:String):void