| パッケージ | 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, 10:34 AM Z