Paket | com.adobe.solutions.rca.vo |
Sınıf | public class CustomAttributeVO |
Miras Alma | CustomAttributeVO 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: | ||
---|---|---|---|
attrKey : String
Returns the custom attribute key. | CustomAttributeVO | ||
attrValue : String
Gets the attribute value. | CustomAttributeVO | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
id : String
Get the ID of the VO. | BaseVO | ||
reviewContext : ReviewContextVO
If the custom attribute is associated with a review instance then a reference to the review instance is returned. | CustomAttributeVO | ||
reviewTemplate : com.adobe.solutions.rca.vo:ReviewTemplateVO
If the custom attribute is associated with a review template then a reference of the review template is returned. | CustomAttributeVO |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for CustomAttributeVO class. | CustomAttributeVO | ||
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ı
attrKey | özellik |
attrValue | özellik |
reviewContext | özellik |
reviewContext:ReviewContextVO
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) |
If the custom attribute is associated with a review instance then a reference to the review instance is returned.
Uygulama
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
reviewTemplate | özellik |
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO
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) |
If the custom attribute is associated with a review template then a reference of the review template is returned.
Uygulama
public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void
Yapıcı Ayrıntı
CustomAttributeVO | () | Yapıcı |
public function CustomAttributeVO()
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 CustomAttributeVO
class.
Tue Jun 12 2018, 01:09 PM Z