| Pakiet | com.adobe.solutions.rca.domain |
| Interfejs | public interface IComment |
| Implementory | Comment |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 | ||
Szczegół właściwości
comment | właściwość |
dateString | właściwość |
dateString:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementacja
public function get dateString():String public function set dateString(value:String):void| właściwość |
email:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implementacja
public function get email():String public function set email(value:String):voidtimeStamp | właściwość |
timeStamp:Date| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implementacja
public function get timeStamp():Date public function set timeStamp(value:Date):voiduserName | właściwość |
userName:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementacja
public function get userName():String public function set userName(value:String):voidTue Jun 12 2018, 12:06 PM Z