Pacchetto | com.adobe.solutions.rca.domain.impl |
Classe | public class Comment |
Ereditarietà | Comment Object |
Implementa | IComment |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
comment : String
Text of a comment. | Comment | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
dateString : String
Date of publishing a comment, formatted as a string. | Comment | ||
email : String
Email of the user who published the comment. | Comment | ||
timeStamp : Date
Date of publishing a comment. | Comment | ||
userName : String
Name of the user who published the comment. | Comment |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Comment()
The constructor for Comment class. | Comment | ||
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à
comment | proprietà |
dateString | proprietà |
dateString:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementazione
public function get dateString():String
public function set dateString(value:String):void
proprietà |
email:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implementazione
public function get email():String
public function set email(value:String):void
timeStamp | proprietà |
timeStamp:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implementazione
public function get timeStamp():Date
public function set timeStamp(value:Date):void
userName | proprietà |
userName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementazione
public function get userName():String
public function set userName(value:String):void
Descrizione della funzione di costruzione
Comment | () | Funzione di costruzione |
public function Comment()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for Comment
class.
Tue Jun 12 2018, 02:44 PM Z