Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.domain.common 

IMember  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.domain.common
Interfacciapublic interface IMember

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This interface defines the basic properties of a member. A member is an individual associated with a workflow.



Proprietà pubbliche
 ProprietàDefinito da
  assignedTo : IMemberCollection
[sola lettura] Reference to the member collection to which this member is assigned.
IMember
  canonicalName : String
[sola lettura] CanonicalName of the member as defined in Document Server User Management.
IMember
  domainName : String
[sola lettura] Domain name of the member as defined in Document Server User Management.
IMember
  email : String
[sola lettura] Email of the member.
IMember
  name : String
[sola lettura] Name of the member.
IMember
  role : String
[sola lettura] Role of the member in the workflow.
IMember
  title : String
[sola lettura] Title of the member in the workflow.
IMember
Descrizione delle proprietà

assignedTo

proprietà
assignedTo:IMemberCollection  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Reference to the member collection to which this member is assigned.



Implementazione
    public function get assignedTo():IMemberCollection

Elementi API correlati

canonicalName

proprietà 
canonicalName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

CanonicalName of the member as defined in Document Server User Management. The combination of canonicalName and domainName are used to uniquely identify a user.



Implementazione
    public function get canonicalName():String

Elementi API correlati

domainName

domainName

proprietà 
domainName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Domain name of the member as defined in Document Server User Management. The combination of canonicalName and domainName are used to uniquely identify a user.



Implementazione
    public function get domainName():String

Elementi API correlati

canonicalName

email

proprietà 
email:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Email of the member.



Implementazione
    public function get email():String

name

proprietà 
name:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Name of the member.



Implementazione
    public function get name():String

role

proprietà 
role:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Role of the member in the workflow.



Implementazione
    public function get role():String

title

proprietà 
title:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Title of the member in the workflow.



Implementazione
    public function get title():String




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.