Paket | com.adobe.solutions.rca.vo |
Sınıf | public class DocumentVO |
Miras Alma | DocumentVO BaseVO Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
contentType : String
Gets the document content type. | DocumentVO | ||
createdBy : String
Gets the name of the creator of the document. | DocumentVO | ||
createdOn : Date
Gets the creation date of the document. | DocumentVO | ||
description : String
Gets the document description. | DocumentVO | ||
file : File
Gets the instance of File for this document. | DocumentVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
name : String
Returns the name of the document. | DocumentVO | ||
type : String
Gets the type of supporting document. | DocumentVO | ||
uri : String
Returns document URI. | DocumentVO |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for DocumentVO class. | DocumentVO | ||
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 |
Özellik Ayrıntısı
contentType | özellik |
contentType:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets the document content type.
Uygulama
public function get contentType():String
public function set contentType(value:String):void
createdBy | özellik |
createdBy:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the creator of the document.
Uygulama
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | özellik |
createdOn:Date
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets the creation date of the document.
Uygulama
public function get createdOn():Date
public function set createdOn(value:Date):void
description | özellik |
description:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets the document description.
Uygulama
public function get description():String
public function set description(value:String):void
file | özellik |
name | özellik |
type | özellik |
type:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Gets the type of supporting document. Supporting document can be of the following two type:
- REF
- DOCUMENT
Uygulama
public function get type():String
public function set type(value:String):void
uri | özellik |
Yapıcı Ayrıntı
DocumentVO | () | Yapıcı |
public function DocumentVO()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentVO
class.
Tue Jun 12 2018, 01:09 PM Z