Paket | com.adobe.solutions.rca.vo |
Sınıf | public class AuditLevelVO |
Miras Alma | AuditLevelVO 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: | ||
---|---|---|---|
actions : Object
Gets the audit actions associated with the audit level. | AuditLevelVO | ||
auditModule : AuditModuleVO
Gets the reference to an instance of AuditModuleVO. | AuditLevelVO | ||
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 the description of the audit level. | AuditLevelVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
isDefault : Boolean
Gets whether the audit level is the default audit level or not. | AuditLevelVO | ||
levelName : String
Gets the name of the audit level. | AuditLevelVO |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for AuditLevelVO class. | AuditLevelVO | ||
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ı
actions | özellik |
actions: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) |
Gets the audit actions associated with the audit level.
Uygulama
public function get actions():Object
public function set actions(value:Object):void
auditModule | özellik |
auditModule:AuditModuleVO
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 the reference to an instance of AuditModuleVO
.
Uygulama
public function get auditModule():AuditModuleVO
public function set auditModule(value:AuditModuleVO):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 the description of the audit level.
Uygulama
public function get description():String
public function set description(value:String):void
isDefault | özellik |
isDefault:Boolean
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 whether the audit level is the default audit level or not.
Uygulama
public function get isDefault():Boolean
public function set isDefault(value:Boolean):void
levelName | özellik |
levelName: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 the name of the audit level.
Uygulama
public function get levelName():String
public function set levelName(value:String):void
Yapıcı Ayrıntı
AuditLevelVO | () | Yapıcı |
public function 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) |
The constructor for AuditLevelVO
class.
Tue Jun 12 2018, 01:09 PM Z