Paket | com.adobe.solutions.exm.authoring.domain.method |
Arabirim | public interface IFunction |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Expression Manager Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
description : String [salt okunur]
Returns a human-readable verbose description for this function. | IFunction | ||
displayName : String [salt okunur]
Returns a human-readable display-text for this function. | IFunction | ||
family : IFunctionFamily [salt okunur]
Returns the family (group) this function belongs to. | IFunction | ||
localName : String [salt okunur]
Returns the local-name to be used for this function inside an expression. | IFunction | ||
parameters : IList [salt okunur]
Returns the list of input parameters (IFunctionParameter instances) accepted
by this function. | IFunction | ||
prefix : String [salt okunur]
Returns the prefix to be used for this function inside an expression. | IFunction | ||
returnType : String [salt okunur]
Returns the return-type for this function (e.g. | IFunction |
Özellik Ayrıntısı
description | özellik |
displayName | özellik |
family | özellik |
family:IFunctionFamily
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Expression Manager Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns the family (group) this function belongs to.
Uygulama
public function get family():IFunctionFamily
localName | özellik |
parameters | özellik |
parameters:IList
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Expression Manager Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns the list of input parameters (IFunctionParameter instances) accepted by this function.
Uygulama
public function get parameters():IList
prefix | özellik |
returnType | özellik |
Tue Jun 12 2018, 01:09 PM Z