| Package | com.adobe.ep.taskmanagement.domain |
| Interface | public interface 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 |
ITaskProperty objects.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| name : String
The name of the property. | ITaskPropertyDefinition | ||
| propertyType : Object
The data type of the values of the property. | ITaskPropertyDefinition | ||
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):voidpropertyType | propriété |
propertyType: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 data type of the values of the property.
Implémentation
public function get propertyType():Object public function set propertyType(value:Object):voidTue Jun 12 2018, 09:30 AM Z