Paket | com.adobe.solutions.rca.domain |
Arabirim | public interface IComment |
Uygulayıcılar | Comment |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
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 |
Özellik Ayrıntısı
comment | özellik |
dateString | özellik |
dateString:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Uygulama
public function get dateString():String
public function set dateString(value:String):void
özellik |
email:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Uygulama
public function get email():String
public function set email(value:String):void
timeStamp | özellik |
userName | özellik |
userName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Uygulama
public function get userName():String
public function set userName(value:String):void
Tue Jun 12 2018, 01:09 PM Z