Package | mx.automation |
Interface | public interface IAutomationClass2 extends IAutomationClass |
Implementors | AutomationClass |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
See also
Public Properties
Property | Defined By | ||
---|---|---|---|
implementationVersion : int [read-only]
Version of the implementation classes. | IAutomationClass2 | ||
name : String [read-only]
The class name. | IAutomationClass | ||
previousVersionClassNames : Array [read-only]
An array of names of the classes that are compatible with current class. | IAutomationClass2 | ||
propertyNameMap : Object [read-only]
An Object containing a map to map a property name to descriptor. | IAutomationClass | ||
superClassName : String [read-only]
The name of the class's superclass. | IAutomationClass |
Public Methods
Property Detail
implementationVersion | property |
implementationVersion:int
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Version of the implementation classes. This version is supposed to be unique for all implementation classes of a single ClassInfo tag in XML
Implementation
public function get implementationVersion():int
previousVersionClassNames | property |
previousVersionClassNames:Array
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
An array of names of the classes that are compatible with current class.
Implementation
public function get previousVersionClassNames():Array
Fri Mar 19 2010, 02:45 AM -07:00