Pakket | com.adobe.solutions.exm.method |
Klasse | public class FunctionVO |
Overerving | FunctionVO Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
description : String
The verbose description of the function. | FunctionVO | ||
displayName : String
The human-readable name of the function. | FunctionVO | ||
family : FunctionFamilyVO
The family (group) the function belongs to. | FunctionVO | ||
localName : String
The local-name to be used for the function inside an expression. | FunctionVO | ||
parameters : IList
The list of input parameters (FunctionParameterVO instances) for this function. | FunctionVO | ||
prefix : String
The prefix to be used for the function inside an expression. | FunctionVO | ||
returnType : String
The return-type of the function (String, Number, etc.). | FunctionVO |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates a new FunctionVO instance. | FunctionVO | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
description | eigenschap |
public var description:String
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The verbose description of the function.
displayName | eigenschap |
public var displayName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The human-readable name of the function.
family | eigenschap |
public var family:FunctionFamilyVO
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The family (group) the function belongs to.
localName | eigenschap |
public var localName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The local-name to be used for the function inside an expression.
parameters | eigenschap |
public var parameters:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The list of input parameters (FunctionParameterVO instances) for this function.
prefix | eigenschap |
public var prefix:String
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The prefix to be used for the function inside an expression.
returnType | eigenschap |
public var returnType:String
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The return-type of the function (String, Number, etc.).
Constructordetails
FunctionVO | () | Constructor |
public function FunctionVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionVO instance.
Wed Jun 13 2018, 11:42 AM Z