Pakket | com.adobe.ep.taskmanagement.filter |
Interface | public interface IProperty |
Geïmplementeerd door | Property |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
IProperty
provides the interface for task filter property names.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
isStandardTaskProperty : Boolean [alleen-lezen]
Returns a value of true when the property is a built-in task property. | IProperty | ||
name : String [alleen-lezen]
The name of the property. | IProperty |
Eigenschapdetails
isStandardTaskProperty | eigenschap |
isStandardTaskProperty:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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.
Implementatie
public function get isStandardTaskProperty():Boolean
Verwante API-elementen
name | eigenschap |
Wed Jun 13 2018, 11:42 AM Z