Pacchetto | com.adobe.solutions.prm.presentation.constant |
Classe | public class LocalizedProjectStatus |
Ereditarietà | LocalizedProjectStatus ProjectStatus Object |
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 for LocalizedProjectStatus class. | LocalizedProjectStatus | ||
[statico]
This method gets the localized array of project status. | LocalizedProjectStatus | ||
[statico]
This method gets the localized value of a project status. | LocalizedProjectStatus | ||
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
Descrizione della funzione di costruzione
LocalizedProjectStatus | () | Funzione di costruzione |
public function LocalizedProjectStatus()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for LocalizedProjectStatus
class.
Descrizione dei metodi
getLocalizedTypeArray | () | metodo |
public static function getLocalizedTypeArray():Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This method gets the localized array of project status.
RestituisceArray — It returns a localized array of project status.
|
getLocalizedValue | () | metodo |
public static function getLocalizedValue(type:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This method gets the localized value of a project status.
Parametri
type:String — The input project status.
|
String — It returns the localized value of project status, based on input project status.
|
Tue Jun 12 2018, 02:44 PM Z