| Pacchetto | com.adobe.solutions.rca.domain |
| Interfaccia | public interface IComment |
| Implementatori | Comment |
| 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. | IComment | ||
| dateString : String
Date of publishing a comment, formatted as a string. | IComment | ||
| email : String
Email of the user who published the comment. | IComment | ||
| timeStamp : Date
Date of publishing a comment. | IComment | ||
| userName : String
Name of the user who published the comment. | IComment | ||
Descrizione delle proprietà
comment | proprietà |
dateString | proprietà |
dateString:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| 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.0 |
| 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):voidtimeStamp | proprietà |
timeStamp:Date| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| 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):voiduserName | proprietà |
userName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| 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):voidTue Jun 12 2018, 02:44 PM Z