Paquete | com.adobe.ep.taskmanagement.domain |
Interfaz | public interface ITaskProperty |
Implementadores | TaskProperty |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
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 |
Información sobre propiedades
name | propiedad |
name:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The name of the property.
Implementación
public function get name():String
public function set name(value:String):void
propertyDefinition | propiedad |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition
class.
Implementación
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):void
Elementos de API relacionados
value | propiedad |
value:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The value assigned to the property.
Implementación
public function get value():Object
public function set value(value:Object):void
Tue Jun 12 2018, 02:12 PM Z