| 套件 | com.adobe.ep.taskmanagement.filter |
| 介面 | public interface IProperty |
| 實作者 | Property |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
IProperty provides the interface for task filter property names.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| isStandardTaskProperty : Boolean [唯讀]
Returns a value of true when the property is a built-in task property. | IProperty | ||
| name : String [唯讀]
The name of the property. | IProperty | ||
屬性詳細資訊
isStandardTaskProperty | 屬性 |
isStandardTaskProperty:Boolean [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 執行階段版本: | 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.
實作
public function get isStandardTaskProperty():Boolean相關 API 元素
name | 屬性 |
Tue Jun 12 2018, 03:47 PM Z