| 套件 | 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 | 屬性 |
Tue Jun 12 2018, 03:47 PM Z