Paket | com.adobe.solutions.rca.vo |
Sınıf | public class AuditActionVO |
Miras Alma | AuditActionVO BaseVO Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
actionName : String
Retrieves the name of the audit action. | AuditActionVO | ||
auditLevel : AuditLevelVO
Gets name of the audit level associated with audit action. | AuditActionVO | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
description : String
Gets description of the audit action. | AuditActionVO | ||
id : String
Get the ID of the VO. | BaseVO |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for AuditActionVO class. | AuditActionVO | ||
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 | ||
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ı
actionName | özellik |
actionName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Retrieves the name of the audit action.
Uygulama
public function get actionName():String
public function set actionName(value:String):void
auditLevel | özellik |
auditLevel:AuditLevelVO
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets name of the audit level associated with audit action.
Uygulama
public function get auditLevel():AuditLevelVO
public function set auditLevel(value:AuditLevelVO):void
description | özellik |
description:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets description of the audit action.
Uygulama
public function get description():String
public function set description(value:String):void
Yapıcı Ayrıntı
AuditActionVO | () | Yapıcı |
public function AuditActionVO()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditActionVO
class.
Tue Jun 12 2018, 01:09 PM Z