| Пакет | com.adobe.ep.taskmanagement.domain |
| Интерфейс | public interface ITaskProperty |
| Средство реализации | TaskProperty |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Версии среды выполнения: | 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.
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| 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 | ||
Сведения о свойстве
name | свойство |
propertyDefinition | свойство |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition class.
Реализация
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):voidСвязанные элементы API
value | свойство |
value:Object| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Реализация
public function get value():Object public function set value(value:Object):voidTue Jun 12 2018, 11:34 AM Z