| Pacote | com.adobe.solutions.rca.domain |
| Interface | public interface IComment |
| Implementadores | Comment |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| 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 | ||
Detalhes da propriedade
comment | propriedade |
dateString | propriedade |
dateString:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementação
public function get dateString():String public function set dateString(value:String):void| propriedade |
email:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implementação
public function get email():String public function set email(value:String):voidtimeStamp | propriedade |
timeStamp:Date| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implementação
public function get timeStamp():Date public function set timeStamp(value:Date):voiduserName | propriedade |
userName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementação
public function get userName():String public function set userName(value:String):voidWed Jun 13 2018, 11:10 AM Z