Paquete | com.adobe.ep.taskmanagement.domain |
Interfaz | public interface 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 |
ITaskProperty
objects.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
name : String
The name of the property. | ITaskPropertyDefinition | ||
propertyType : Object
The data type of the values of the property. | ITaskPropertyDefinition |
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
propertyType | propiedad |
propertyType: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 data type of the values of the property.
Implementación
public function get propertyType():Object
public function set propertyType(value:Object):void
Tue Jun 12 2018, 02:12 PM Z