Paket | com.adobe.solutions.rca.vo |
Klasse | public class CustomAttributeVO |
Vererbung | CustomAttributeVO BaseVO Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
attrKey : String
Returns the custom attribute key. | CustomAttributeVO | ||
attrValue : String
Gets the attribute value. | CustomAttributeVO | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for CustomAttributeVO class. | CustomAttributeVO | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
attrKey | Eigenschaft |
attrValue | Eigenschaft |
reviewContext | Eigenschaft |
reviewContext:ReviewContextVO
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | 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.
Implementierung
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
reviewTemplate | Eigenschaft |
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | 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.
Implementierung
public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void
Konstruktordetails
CustomAttributeVO | () | Konstruktor |
public function CustomAttributeVO()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for CustomAttributeVO
class.
Tue Jun 12 2018, 10:04 AM Z