| 包 | com.adobe.solutions.exm.authoring.domain.method |
| 接口 | public interface IFunction |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Expression Manager Building Block 10 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| description : String [只读]
Returns a human-readable verbose description for this function. | IFunction | ||
| displayName : String [只读]
Returns a human-readable display-text for this function. | IFunction | ||
| family : IFunctionFamily [只读]
Returns the family (group) this function belongs to. | IFunction | ||
| localName : String [只读]
Returns the local-name to be used for this function inside an expression. | IFunction | ||
| parameters : IList [只读]
Returns the list of input parameters (IFunctionParameter instances) accepted
by this function. | IFunction | ||
| prefix : String [只读]
Returns the prefix to be used for this function inside an expression. | IFunction | ||
| returnType : String [只读]
Returns the return-type for this function (e.g. | IFunction | ||
属性详细信息
description | 属性 |
displayName | 属性 |
family | 属性 |
family:IFunctionFamily [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Expression Manager Building Block 10 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
Returns the family (group) this function belongs to.
实现
public function get family():IFunctionFamilylocalName | 属性 |
parameters | 属性 |
prefix | 属性 |
returnType | 属性 |
Tue Jun 12 2018, 11:04 AM Z