Пакет | com.adobe.solutions.rca.domain |
Интерфейс | public interface IComment |
Средство реализации | Comment |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
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 |
Сведения о свойстве
comment | свойство |
dateString | свойство |
dateString:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Реализация
public function get dateString():String
public function set dateString(value:String):void
свойство |
email:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Реализация
public function get email():String
public function set email(value:String):void
timeStamp | свойство |
userName | свойство |
userName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Реализация
public function get userName():String
public function set userName(value:String):void
Tue Jun 12 2018, 11:34 AM Z