用于 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 类显示为英语。