| 套件 | com.adobe.solutions.exm |
| 介面 | public interface IServiceProvider |
| 實作者 | MockServiceProvider, ServiceProvider |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Expression Manager Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| 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():IExpressionServicefunctionService | 屬性 |
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():IFunctionServicevariableService | 屬性 |
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():IVariableServiceTue Jun 12 2018, 03:47 PM Z