Pakket | com.adobe.solutions.prm.constant |
Klasse | public class ProjectStatus |
Overerving | ProjectStatus Object |
Subklassen | LocalizedProjectStatus |
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor of ProjectStatus class. | ProjectStatus | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
GREEN : String = "GREEN" [statisch]
Green status indicates expected progress. | ProjectStatus | ||
RED : String = "RED" [statisch]
Red status indicates either an error condition or a situation where user action is required. | ProjectStatus | ||
TYPES : Array [statisch]
An array of all the statuses of a project or workitem. | ProjectStatus |
Constructordetails
ProjectStatus | () | Constructor |
public function ProjectStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectStatus
class.
Constantedetails
GREEN | Constante |
public static const GREEN:String = "GREEN"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Green status indicates expected progress.
RED | Constante |
public static const RED:String = "RED"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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 | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
An array of all the statuses of a project or workitem.
Wed Jun 13 2018, 11:42 AM Z