| Pacchetto | com.adobe.ep.taskmanagement.domain |
| Interfaccia | public interface ITaskProperty |
| Implementatori | TaskProperty |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | 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.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| 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 | ||
Descrizione delle proprietà
name | proprietà |
name:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The name of the property.
Implementazione
public function get name():String public function set name(value:String):voidpropertyDefinition | proprietà |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition class.
Implementazione
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):voidElementi API correlati
value | proprietà |
value:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Implementazione
public function get value():Object public function set value(value:Object):voidTue Jun 12 2018, 02:44 PM Z