適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.solutions.prm.domain 

IAsset  - AS3 Project Management

套件com.adobe.solutions.prm.domain
介面public interface IAsset
實作者 Asset

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

An interface for defining an asset domain object. This asset is assigned to a workitem.

相關 API 元素



公用屬性
 屬性定義自
  file : File
This property refers to an instance of the file object assigned to this asset.
IAsset
  id : String
This property defines the unique identifier for the asset.
IAsset
  thumbnailLarge : File
Defines the large-sized thumbnail for the content of an asset.
IAsset
  thumbnailSmall : File
Defines the small-sized thumbnail for the content of an asset.
IAsset
  type : String
Defines the type of asset.
IAsset
  version : String
Defines the version of an asset.
IAsset
  vo : AssetVO
This property refers to an instance of the asset value object.
IAsset
  workItem : IWorkItem
[唯讀] This property refers to the workitem instance to which this asset is assigned.
IAsset
屬性詳細資訊

file

屬性
file:File

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

This property refers to an instance of the file object assigned to this asset. This can also act as a placeholder, to which a collateral is assigned later.



實作
    public function get file():File
    public function set file(value:File):void

相關 API 元素

com.adobe.solutions.prm.vo.AssetVO.file

id

屬性 
id:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

This property defines the unique identifier for the asset.



實作
    public function get id():String
    public function set id(value:String):void

相關 API 元素

com.adobe.solutions.prm.vo.AssetVO.id

thumbnailLarge

屬性 
thumbnailLarge:File

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the large-sized thumbnail for the content of an asset. Since the thumbnails are generated asynchronously, a thumbnail may not be available immediately after submitting an asset.



實作
    public function get thumbnailLarge():File
    public function set thumbnailLarge(value:File):void

相關 API 元素

com.adobe.solutions.prm.vo.AssetVO.thumbnailLarge

thumbnailSmall

屬性 
thumbnailSmall:File

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the small-sized thumbnail for the content of an asset. Since the thumbnails are generated asynchronously, a thumbnail may not be available immediately after submitting an asset.



實作
    public function get thumbnailSmall():File
    public function set thumbnailSmall(value:File):void

相關 API 元素

com.adobe.solutions.prm.vo.AssetVO.thumbnailSmall

type

屬性 
type:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the type of asset. Custom values can be used to differentiate between different types of assets. This can be any arbitrary value. No value has been specified for a default implementation.



實作
    public function get type():String
    public function set type(value:String):void

相關 API 元素

com.adobe.solutions.prm.vo.AssetVO.type

version

屬性 
version:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the version of an asset. It can be any string value. The default implementation uses major version to represent an increment in the version, minor version is always. e.g. 1.0, 2.0 etc.



實作
    public function get version():String
    public function set version(value:String):void

相關 API 元素

com.adobe.solutions.prm.vo.AssetVO.version

vo

屬性 
vo:AssetVO

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

This property refers to an instance of the asset value object.



實作
    public function get vo():AssetVO
    public function set vo(value:AssetVO):void

相關 API 元素

workItem

屬性 
workItem:IWorkItem  [唯讀]

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

This property refers to the workitem instance to which this asset is assigned.



實作
    public function get workItem():IWorkItem

相關 API 元素





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。