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 

ITaskProperty  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.domain
Interfacepublic interface ITaskProperty
Implementors TaskProperty

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 ITaskProperty class defines the interface for creating classes that store custom task properties. The task properties are retrieved from ITask.properties method.



Public Properties
 PropertyDefined By
  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
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

propertyDefinition

property 
propertyDefinition:com.adobe.ep.taskmanagement.domain: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 definition for this property. The definition for task properties are defined by implementing the ITaskPropertyDefinition class.



Implementation
    public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
    public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):void

Related API Elements

value

property 
value: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 value assigned to the property.



Implementation
    public function get value():Object
    public function set value(value:Object):void