Paket | com.adobe.solutions.rca.domain |
Schnittstelle | public interface IComment |
Umsetzer | Comment |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
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 |
Eigenschaftendetails
comment | Eigenschaft |
dateString | Eigenschaft |
dateString:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementierung
public function get dateString():String
public function set dateString(value:String):void
Eigenschaft |
email:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implementierung
public function get email():String
public function set email(value:String):void
timeStamp | Eigenschaft |
userName | Eigenschaft |
userName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementierung
public function get userName():String
public function set userName(value:String):void
Tue Jun 12 2018, 10:04 AM Z