Paket | com.adobe.ep.taskmanagement.filter |
Schnittstelle | public interface IProperty |
Umsetzer | Property |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
IProperty
provides the interface for task filter property names.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
isStandardTaskProperty : Boolean [schreibgeschützt]
Returns a value of true when the property is a built-in task property. | IProperty | ||
name : String [schreibgeschützt]
The name of the property. | IProperty |
Eigenschaftendetails
isStandardTaskProperty | Eigenschaft |
isStandardTaskProperty:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | 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.
Implementierung
public function get isStandardTaskProperty():Boolean
Verwandte API-Elemente
name | Eigenschaft |
Tue Jun 12 2018, 10:04 AM Z