Pacchetto | com.adobe.solutions.rca.vo |
Classe | public class UserPreferenceVO |
Ereditarietà | UserPreferenceVO 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 | ||
id : String
Get the ID of the VO. | BaseVO | ||
notificationEnabled : Boolean
A Boolean flag to turn on or off, the notifications. | UserPreferenceVO | ||
savedSearches : IList
List of saved searches for a user. | UserPreferenceVO | ||
umOid : String
Document Server User Management (UM) generated unique ID for a user. | UserPreferenceVO |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for UserPreferenceVO class. | UserPreferenceVO | ||
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à
notificationEnabled | proprietà |
notificationEnabled:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to turn on or off, the notifications.
Implementazione
public function get notificationEnabled():Boolean
public function set notificationEnabled(value:Boolean):void
savedSearches | proprietà |
savedSearches:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
List of saved searches for a user.
Implementazione
public function get savedSearches():IList
public function set savedSearches(value:IList):void
umOid | proprietà |
umOid:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Document Server User Management (UM) generated unique ID for a user.
Implementazione
public function get umOid():String
public function set umOid(value:String):void
Descrizione della funzione di costruzione
UserPreferenceVO | () | Funzione di costruzione |
public function UserPreferenceVO()
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 UserPreferenceVO
class.
Tue Jun 12 2018, 02:44 PM Z