Pakiet | com.adobe.ep.taskmanagement.domain |
Interfejs | public interface ITaskProperty |
Implementory | TaskProperty |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
name | właściwość |
name:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The name of the property.
Implementacja
public function get name():String
public function set name(value:String):void
propertyDefinition | właściwość |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition
class.
Implementacja
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):void
Powiązane elementy interfejsu API
value | właściwość |
value:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Implementacja
public function get value():Object
public function set value(value:Object):void
Tue Jun 12 2018, 12:06 PM Z