[an error occurred while processing this directive]
ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes

Language Reference only       
Package and class filters:
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
com.adobe.ep.taskmanagement.filter 
IProperty 
Packagecom.adobe.ep.taskmanagement.filter
Interfacepublic interface IProperty
Implementors Property

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 IProperty provides the interface for task filter property names.



Public Properties
 PropertyDefined By
  isStandardTaskProperty : Boolean
[read-only] Returns a value of true when the property is a built-in task property.
IProperty
  name : String
[read-only] The name of the property.
IProperty
Property Detail

isStandardTaskProperty

property
isStandardTaskProperty:Boolean  [read-only]

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

Returns a value of true when the property is a built-in task property. The value of false is returned when it is a custom tasktype property. This is specified by the user when a property is created. For built-in properties, see the com.adobe.ep.taskmanagement.filter.Property class.



Implementation
    public function get isStandardTaskProperty():Boolean

Related API Elements

name

property 
name:String  [read-only]

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