Package | com.adobe.solutions.rca.vo |
Classe | public class ReminderVO |
Héritage | ReminderVO BaseVO Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
daysBeforeExpiry : int
Number of days before the expiry of stage when the reminder is delivered. | ReminderVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
recipient : String
The recipient name for the reminder. | ReminderVO |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor for ReminderVO class. | ReminderVO | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
daysBeforeExpiry | propriété |
daysBeforeExpiry:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Number of days before the expiry of stage when the reminder is delivered.
Implémentation
public function get daysBeforeExpiry():int
public function set daysBeforeExpiry(value:int):void
recipient | propriété |
recipient:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The recipient name for the reminder.
Implémentation
public function get recipient():String
public function set recipient(value:String):void
Détails du constructeur
ReminderVO | () | Constructeur |
public function ReminderVO()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReminderVO
class.
Tue Jun 12 2018, 09:30 AM Z