| 套件 | 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, 03:47 PM Z