| Paket | com.adobe.solutions.rca.domain |
| Gränssnitt | public interface IComment |
| Implementorer | Comment |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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 | ||
Egenskapsdetaljer
comment | egenskap |
dateString | egenskap |
dateString:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementering
public function get dateString():String public function set dateString(value:String):void| egenskap |
email:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implementering
public function get email():String public function set email(value:String):voidtimeStamp | egenskap |
timeStamp:Date| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implementering
public function get timeStamp():Date public function set timeStamp(value:Date):voiduserName | egenskap |
userName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementering
public function get userName():String public function set userName(value:String):voidTue Jun 12 2018, 01:40 PM Z