| Pacote | com.adobe.ep.taskmanagement.filter |
| Interface | public interface IProperty |
| Implementadores | Property |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
IProperty provides the interface for task filter property names.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| isStandardTaskProperty : Boolean [somente leitura]
Returns a value of true when the property is a built-in task property. | IProperty | ||
| name : String [somente leitura]
The name of the property. | IProperty | ||
Detalhes da propriedade
isStandardTaskProperty | propriedade |
isStandardTaskProperty:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | 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.
Implementação
public function get isStandardTaskProperty():BooleanElementos da API relacionados
name | propriedade |
Wed Jun 13 2018, 11:10 AM Z