Pacchetto | com.adobe.solutions.rca.domain.common |
Interfaccia | public 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) |
Elementi API correlati
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 |
Metodo | Definito 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 |
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
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.
|
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.
|
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.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z