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 

IMemberCollection  - AS3 Review, Commenting, and Approval

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

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 an entity that has a collection of members associated with it.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  allMemberList : IList
[sola lettura] The property returns a collection of all members.
IMemberCollection
  memberList : IList
[sola lettura] The property returns a collection of directly associated members.
IMemberCollection
  uniqueMemberList : IList
[sola lettura] The property returns a collection of unique members.
IMemberCollection
Metodi pubblici
 MetodoDefinito da
  
This remote operation adds a member to the collection and submits the change to the server.
IMemberCollection
  
This remote operation removes a member from the collection and submits the change to the server.
IMemberCollection
  
This remote operation updates the tile of a member present in collection and submits the change to the server.
IMemberCollection
Descrizione delle proprietà

allMemberList

proprietà
allMemberList:IList  [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)

The property returns a collection of all members. It takes into consideration any child objects that may be of type IMemberCollection.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento memberListChanged .



Implementazione
    public function get allMemberList():IList

Elementi API correlati

memberList

proprietà 
memberList:IList  [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)

The property returns a collection of directly associated members.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento memberListChanged .



Implementazione
    public function get memberList():IList

Elementi API correlati

uniqueMemberList

proprietà 
uniqueMemberList:IList  [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)

The property returns a collection of unique members.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento memberListChanged .



Implementazione
    public function get uniqueMemberList():IList

Elementi API correlati

Descrizione dei metodi

addMemberAndSave

()metodo
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken

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

This remote operation adds a member to the collection and submits the change to the server.

Parametri

member:IMember — The member to be added to member collection.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

Elementi API correlati

removeMemberAndSave

()metodo 
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken

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

This remote operation removes a member from the collection and submits the change to the server.

Parametri

member:IMember — The member to be removed from member collection.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

Elementi API correlati

updateTitleAndSave

()metodo 
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken

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

This remote operation updates the tile of a member present in collection and submits the change to the server.

Parametri

member:IMember — The member to be removed from member collection.
 
title:String — The title of the member.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

Elementi API correlati





[ 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.