| Paquete | com.adobe.solutions.rca.domain |
| Interfaz | public interface IComment |
| Implementadores | Comment |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| 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 | ||
Información sobre propiedades
comment | propiedad |
comment:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Text of a comment.
Implementación
public function get comment():String public function set comment(value:String):voiddateString | propiedad |
dateString:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementación
public function get dateString():String public function set dateString(value:String):void| propiedad |
email:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implementación
public function get email():String public function set email(value:String):voidtimeStamp | propiedad |
timeStamp:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implementación
public function get timeStamp():Date public function set timeStamp(value:Date):voiduserName | propiedad |
userName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementación
public function get userName():String public function set userName(value:String):voidTue Jun 12 2018, 02:12 PM Z