Pacchetto | com.adobe.ep.taskmanagement.domain |
Interfaccia | public interface ITaskPropertyDefinition |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
ITaskProperty
objects.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
name : String
The name of the property. | ITaskPropertyDefinition | ||
propertyType : Object
The data type of the values of the property. | ITaskPropertyDefinition |
Descrizione delle proprietà
name | proprietà |
name:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The name of the property.
Implementazione
public function get name():String
public function set name(value:String):void
propertyType | proprietà |
propertyType:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The data type of the values of the property.
Implementazione
public function get propertyType():Object
public function set propertyType(value:Object):void
Tue Jun 12 2018, 02:44 PM Z