Package | com.adobe.ep.taskmanagement.domain |
Interface | public interface ITaskPropertyDefinition |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
ITaskProperty
objects.
Public Properties
Property | Defined By | ||
---|---|---|---|
name : String
The name of the property. | ITaskPropertyDefinition | ||
propertyType : Object
The data type of the values of the property. | ITaskPropertyDefinition |
Property Detail
name | property |
propertyType | property |
propertyType:Object
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The data type of the values of the property.
Implementation
public function get propertyType():Object
public function set propertyType(value:Object):void
Mon Nov 28 2011, 06:48 AM -08:00