ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.solutions.prm.domain 

IAsset  - AS3 Project Management

Pakietcom.adobe.solutions.prm.domain
Interfejspublic interface IAsset
Implementory Asset

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

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

Powiązane elementy interfejsu API



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  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
[tylko do odczytu] This property refers to the workitem instance to which this asset is assigned.
IAsset
Szczegół właściwości

file

właściwość
file:File

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get file():File
    public function set file(value:File):void

Powiązane elementy interfejsu API

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

id

właściwość 
id:String

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

This property defines the unique identifier for the asset.



Implementacja
    public function get id():String
    public function set id(value:String):void

Powiązane elementy interfejsu API

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

thumbnailLarge

właściwość 
thumbnailLarge:File

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get thumbnailLarge():File
    public function set thumbnailLarge(value:File):void

Powiązane elementy interfejsu API

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

thumbnailSmall

właściwość 
thumbnailSmall:File

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get thumbnailSmall():File
    public function set thumbnailSmall(value:File):void

Powiązane elementy interfejsu API

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

type

właściwość 
type:String

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get type():String
    public function set type(value:String):void

Powiązane elementy interfejsu API

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

version

właściwość 
version:String

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get version():String
    public function set version(value:String):void

Powiązane elementy interfejsu API

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

vo

właściwość 
vo:AssetVO

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

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



Implementacja
    public function get vo():AssetVO
    public function set vo(value:AssetVO):void

Powiązane elementy interfejsu API

workItem

właściwość 
workItem:IWorkItem  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Project Management Building Block 10.0
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

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



Implementacja
    public function get workItem():IWorkItem

Powiązane elementy interfejsu API





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.