Pacchetto | com.adobe.solutions.prm.constant |
Classe | public class ProjectStatus |
Ereditarietà | ProjectStatus Object |
Sottoclassi | LocalizedProjectStatus |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor of ProjectStatus class. | ProjectStatus | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
GREEN : String = "GREEN" [statico]
Green status indicates expected progress. | ProjectStatus | ||
RED : String = "RED" [statico]
Red status indicates either an error condition or a situation where user action is required. | ProjectStatus | ||
TYPES : Array [statico]
An array of all the statuses of a project or workitem. | ProjectStatus |
Descrizione della funzione di costruzione
ProjectStatus | () | Funzione di costruzione |
public function ProjectStatus()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectStatus
class.
Descrizione delle costanti
GREEN | Costante |
public static const GREEN:String = "GREEN"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Green status indicates expected progress.
RED | Costante |
public static const RED:String = "RED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Red status indicates either an error condition or a situation where user action is required. For example, a missed deadline or schedule not attached to an asset.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
An array of all the statuses of a project or workitem.
Tue Jun 12 2018, 02:44 PM Z