Pakiet | com.adobe.solutions.rca.vo |
Klasa | public class CustomAttributeVO |
Dziedziczenie | CustomAttributeVO BaseVO Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
attrKey : String
Returns the custom attribute key. | CustomAttributeVO | ||
attrValue : String
Gets the attribute value. | CustomAttributeVO | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for CustomAttributeVO class. | CustomAttributeVO | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
attrKey | właściwość |
attrKey:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns the custom attribute key.
Implementacja
public function get attrKey():String
public function set attrKey(value:String):void
attrValue | właściwość |
attrValue:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the attribute value.
Implementacja
public function get attrValue():String
public function set attrValue(value:String):void
reviewContext | właściwość |
reviewContext:ReviewContextVO
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
reviewTemplate | właściwość |
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void
Konstruktor Szczegół
CustomAttributeVO | () | Konstruktor |
public function CustomAttributeVO()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for CustomAttributeVO
class.
Tue Jun 12 2018, 12:06 PM Z