Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.solutions.exm 

IServiceProvider  - AS3 Expression Manager

パッケージcom.adobe.solutions.exm
インターフェイスpublic interface IServiceProvider
実装者 MockServiceProvider, ServiceProvider

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

The IServiceProvider interface represents the entry point for the Expression Manager infrastructure services, and provides common services which can be used by both the authoring component and the runtime (these services are typically data-centric, for example, services for listing available functions and variables).



パブリックプロパティ
 プロパティ定義元
  expressionService : IExpressionService
[読み取り専用] Returns an expression-specific infrastructure service which deals with expression persistence.
IServiceProvider
  functionService : IFunctionService
[読み取り専用] Returns a function-specific infrastructure service which can list available functions and function-families.
IServiceProvider
  variableService : IVariableService
[読み取り専用] Returns a variable-specific infrastructure service which can list available variables.
IServiceProvider
プロパティの詳細

expressionService

プロパティ
expressionService:IExpressionService  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Returns an expression-specific infrastructure service which deals with expression persistence.



実装
    public function get expressionService():IExpressionService

functionService

プロパティ 
functionService:IFunctionService  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Returns a function-specific infrastructure service which can list available functions and function-families.



実装
    public function get functionService():IFunctionService

variableService

プロパティ 
variableService:IVariableService  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Returns a variable-specific infrastructure service which can list available variables.



実装
    public function get variableService():IVariableService




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。