Pakket | com.adobe.solutions.rca.domain.impl |
Klasse | public class Comment |
Overerving | Comment Object |
Implementatie | IComment |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
comment : String
Text of a comment. | Comment | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
dateString : String
Date of publishing a comment, formatted as a string. | Comment | ||
email : String
Email of the user who published the comment. | Comment | ||
timeStamp : Date
Date of publishing a comment. | Comment | ||
userName : String
Name of the user who published the comment. | Comment |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Comment()
The constructor for Comment class. | Comment | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
comment | eigenschap |
dateString | eigenschap |
dateString:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implementatie
public function get dateString():String
public function set dateString(value:String):void
eigenschap |
timeStamp | eigenschap |
userName | eigenschap |
userName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implementatie
public function get userName():String
public function set userName(value:String):void
Constructordetails
Comment | () | Constructor |
public function Comment()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for Comment
class.
Wed Jun 13 2018, 11:42 AM Z