Paket | mx.automation |
Sınıf | public class AutomationMethodDescriptor |
Miras Alma | AutomationMethodDescriptor Object |
Uygular | IAutomationMethodDescriptor |
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 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
name : String [salt okunur]
The name of the method. | AutomationMethodDescriptor | ||
returnType : String [salt okunur]
| AutomationMethodDescriptor |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
AutomationMethodDescriptor | |||
Returns an Array of argument descriptors for this method. | AutomationMethodDescriptor | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Encodes an automation event arguments into an Array. | AutomationMethodDescriptor | ||
Decodes an argument array and invokes a method. | AutomationMethodDescriptor | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
name | özellik |
returnType | özellik |
Yapıcı Ayrıntı
AutomationMethodDescriptor | () | Yapıcı |
Yöntem Ayrıntısı
getArgDescriptors | () | yöntem |
public function getArgDescriptors(obj:IAutomationObject):Array
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 |
Returns an Array of argument descriptors for this method.
Parametreler
obj:IAutomationObject — Instance of the IAutomationObject that
supports this method.
|
Array — Array of argument descriptors for this method.
|
record | () | yöntem |
public function record(target:IAutomationObject, event:Event):Array
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 |
Encodes an automation event arguments into an Array. Not all method descriptors support recording.
Parametreler
target:IAutomationObject — Automation event that is being recorded.
| |
event:Event |
Array — Array of argument descriptors.
|
replay | () | yöntem |
public function replay(target:IAutomationObject, args:Array):Object
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 |
Decodes an argument array and invokes a method.
Parametreler
target:IAutomationObject — Automation object to replay the method on.
| |
args:Array — Array of argument values and descriptors to
be used to invoke the method.
|
Object — Whatever the method invoked returns.
|
Tue Jun 12 2018, 01:09 PM Z