Pacchetto | com.adobe.solutions.rca.vo |
Classe | public class CustomAttributeVO |
Ereditarietà | CustomAttributeVO BaseVO Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
attrKey : String
Returns the custom attribute key. | CustomAttributeVO | ||
attrValue : String
Gets the attribute value. | CustomAttributeVO | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for CustomAttributeVO class. | CustomAttributeVO | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
attrKey | proprietà |
attrKey:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Returns the custom attribute key.
Implementazione
public function get attrKey():String
public function set attrKey(value:String):void
attrValue | proprietà |
attrValue:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the attribute value.
Implementazione
public function get attrValue():String
public function set attrValue(value:String):void
reviewContext | proprietà |
reviewContext:ReviewContextVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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.
Implementazione
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
reviewTemplate | proprietà |
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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.
Implementazione
public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void
Descrizione della funzione di costruzione
CustomAttributeVO | () | Funzione di costruzione |
public function CustomAttributeVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for CustomAttributeVO
class.
Tue Jun 12 2018, 02:44 PM Z