Pacote | com.adobe.ep.taskmanagement.domain |
Interface | public interface ITaskPropertyDefinition |
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 |
ITaskProperty
objects.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
name : String
The name of the property. | ITaskPropertyDefinition | ||
propertyType : Object
The data type of the values of the property. | ITaskPropertyDefinition |
Detalhes da propriedade
name | propriedade |
name:String
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 |
The name of the property.
Implementação
public function get name():String
public function set name(value:String):void
propertyType | propriedade |
propertyType:Object
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 |
The data type of the values of the property.
Implementação
public function get propertyType():Object
public function set propertyType(value:Object):void
Wed Jun 13 2018, 11:10 AM Z