包 | 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, 11:04 AM Z