Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.domain 

IComment  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.domain
Interfacciapublic interface IComment
Implementatori Comment

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Defines the structure of a comment published during a stage on an asset.



Proprietà pubbliche
 ProprietàDefinito da
  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
Descrizione delle proprietà

comment

proprietà
comment:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Text of a comment.



Implementazione
    public function get comment():String
    public function set comment(value:String):void

dateString

proprietà 
dateString:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Date of publishing a comment, formatted as a string.



Implementazione
    public function get dateString():String
    public function set dateString(value:String):void

email

proprietà 
email:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Email of the user who published the comment.



Implementazione
    public function get email():String
    public function set email(value:String):void

timeStamp

proprietà 
timeStamp:Date

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Date of publishing a comment.



Implementazione
    public function get timeStamp():Date
    public function set timeStamp(value:Date):void

userName

proprietà 
userName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Name of the user who published the comment.



Implementazione
    public function get userName():String
    public function set userName(value:String):void




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.