Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.vo 

CustomAttributeVO  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.vo
Classepublic class CustomAttributeVO
EreditarietàCustomAttributeVO Inheritance BaseVO Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Represents the custom attributes associated with a review or a review template. A custom attribute is defined as a key value pair.



Proprietà pubbliche
 ProprietàDefinito da
  attrKey : String
Returns the custom attribute key.
CustomAttributeVO
  attrValue : String
Gets the attribute value.
CustomAttributeVO
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
 Inheritedid : 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
 MetodoDefinito da
  
The constructor for CustomAttributeVO class.
CustomAttributeVO
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
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.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.