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

ICommand  - AS3 ADEP Workspace

套件lc.procmgmt.domain
介面public interface ICommand
實作者 AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The ICommand interface defines a common interface for self-contained commands. The ICommand interface is implemented by command objects, allowing the encapsulation of an action and its parameters.

Classes that implement the ICommand interface wrap the execution of an operation so that they can be handled in a generic manner.



公用屬性
 屬性定義自
  name : String
[唯讀] The name of the command.
ICommand
公用方法
 方法定義自
  
Executes the default operation of the command.
ICommand
屬性詳細資訊

name

屬性
name:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The name of the command.



實作
    public function get name():String
方法詳細資訊

execute

()方法
public function execute():lc.foundation.util:Token

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Executes the default operation of the command.

傳回值
lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.

相關 API 元素





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

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