Paket | com.adobe.solutions.prm.constant |
Sınıf | public class ProjectStatus |
Miras Alma | ProjectStatus Object |
Alt Sınıflar | LocalizedProjectStatus |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor of ProjectStatus class. | ProjectStatus | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
GREEN : String = "GREEN" [statik]
Green status indicates expected progress. | ProjectStatus | ||
RED : String = "RED" [statik]
Red status indicates either an error condition or a situation where user action is required. | ProjectStatus | ||
TYPES : Array [statik]
An array of all the statuses of a project or workitem. | ProjectStatus |
Yapıcı Ayrıntı
ProjectStatus | () | Yapıcı |
public function ProjectStatus()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectStatus
class.
Sabit Ayrıntısı
GREEN | Sabit |
public static const GREEN:String = "GREEN"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Green status indicates expected progress.
RED | Sabit |
public static const RED:String = "RED"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const TYPES:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
An array of all the statuses of a project or workitem.
Tue Jun 12 2018, 01:09 PM Z