패키지 | 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:17 PM Z