ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.taskmanagement.domain 

ITaskPropertyDefinition  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.domain
Interfacepublic 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

The interface defines the custom task type property definitions. These definitions are retrieved through the ITaskProperty objects.



Public Properties
 PropertyDefined 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
name:String

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 name of the property.



Implementation
    public function get name():String
    public function set name(value:String):void

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