| Pakket | com.adobe.ep.taskmanagement.domain |
| Interface | public interface ITaskProperty |
| Geïmplementeerd door | TaskProperty |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | 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.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| 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 | ||
Eigenschapdetails
name | eigenschap |
propertyDefinition | eigenschap |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition class.
Implementatie
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):voidVerwante API-elementen
value | eigenschap |
value:Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Implementatie
public function get value():Object public function set value(value:Object):voidWed Jun 13 2018, 11:42 AM Z