Pakket | com.adobe.solutions.rca.domain |
Interface | public interface IComment |
Geïmplementeerd door | Comment |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
comment | eigenschap |
dateString | eigenschap |
dateString:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementatie
public function get dateString():String
public function set dateString(value:String):void
eigenschap |
timeStamp | eigenschap |
userName | eigenschap |
userName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementatie
public function get userName():String
public function set userName(value:String):void
Wed Jun 13 2018, 11:42 AM Z