Package | com.adobe.solutions.rca.domain |
Interface | public interface IComment |
Implémenteurs | Comment |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
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 |
Détails de la propriété
comment | propriété |
comment:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Text of a comment.
Implémentation
public function get comment():String
public function set comment(value:String):void
dateString | propriété |
dateString:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implémentation
public function get dateString():String
public function set dateString(value:String):void
propriété |
email:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implémentation
public function get email():String
public function set email(value:String):void
timeStamp | propriété |
timeStamp:Date
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implémentation
public function get timeStamp():Date
public function set timeStamp(value:Date):void
userName | propriété |
userName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implémentation
public function get userName():String
public function set userName(value:String):void
Tue Jun 12 2018, 09:30 AM Z