Pacchetto | com.adobe.solutions.exm.method |
Classe | public class FunctionVO |
Ereditarietà | FunctionVO Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates a new FunctionVO instance. | FunctionVO | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
description | proprietà |
public var description:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The verbose description of the function.
displayName | proprietà |
public var displayName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The human-readable name of the function.
family | proprietà |
public var family:FunctionFamilyVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The family (group) the function belongs to.
localName | proprietà |
public var localName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The local-name to be used for the function inside an expression.
parameters | proprietà |
public var parameters:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The list of input parameters (FunctionParameterVO instances) for this function.
prefix | proprietà |
public var prefix:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The prefix to be used for the function inside an expression.
returnType | proprietà |
public var returnType:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The return-type of the function (String, Number, etc.).
Descrizione della funzione di costruzione
FunctionVO | () | Funzione di costruzione |
public function FunctionVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionVO instance.
Tue Jun 12 2018, 02:44 PM Z