Pacchetto | com.adobe.solutions.rca.vo |
Classe | public class ExternalUsersVO |
Ereditarietà | ExternalUsersVO BaseVO Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
email : String
Gets the email ID of the user. | ExternalUsersVO | ||
firstName : String
Gets the first name of the user. | ExternalUsersVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
lastName : String
Gets the last name of the user. | ExternalUsersVO | ||
used : Boolean
Returns whether the user has already registered or not. | ExternalUsersVO |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for ExternalUsersVO class. | ExternalUsersVO | ||
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à
proprietà |
email:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the email ID of the user.
Implementazione
public function get email():String
public function set email(value:String):void
firstName | proprietà |
firstName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the first name of the user.
Implementazione
public function get firstName():String
public function set firstName(value:String):void
lastName | proprietà |
lastName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the last name of the user.
Implementazione
public function get lastName():String
public function set lastName(value:String):void
used | proprietà |
used:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Returns whether the user has already registered or not.
Implementazione
public function get used():Boolean
public function set used(value:Boolean):void
Descrizione della funzione di costruzione
ExternalUsersVO | () | Funzione di costruzione |
public function ExternalUsersVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ExternalUsersVO
class.
Tue Jun 12 2018, 02:44 PM Z