包 | 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, 11:04 AM Z