Paket | com.adobe.ep.taskmanagement.domain |
Arabirim | public interface ITaskProperty |
Uygulayıcılar | TaskProperty |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
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 |
Özellik Ayrıntısı
name | özellik |
propertyDefinition | özellik |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition
class.
Uygulama
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):void
İlgili API Öğeleri
value | özellik |
value:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Uygulama
public function get value():Object
public function set value(value:Object):void
Tue Jun 12 2018, 01:09 PM Z