| Package | com.adobe.ep.taskmanagement.domain |
| Interface | public interface ITaskProperty |
| Implémenteurs | TaskProperty |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
ITaskProperty class defines the interface for creating classes that store custom task properties. The task properties are retrieved from ITask.properties method.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| name : String
The name of the property. | ITaskProperty | ||
| propertyDefinition : com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
The definition for this property. | ITaskProperty | ||
| value : Object
The value assigned to the property. | ITaskProperty | ||
Détails de la propriété
name | propriété |
name:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The name of the property.
Implémentation
public function get name():String public function set name(value:String):voidpropertyDefinition | propriété |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition class.
Implémentation
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):voidEléments de l’API associés
value | propriété |
value:Object| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Implémentation
public function get value():Object public function set value(value:Object):voidTue Jun 12 2018, 09:30 AM Z