| Paquete | com.adobe.solutions.rca.domain.common |
| Interfaz | public interface IMemberCollection |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Elementos de API relacionados
| Propiedad | Definido por | ||
|---|---|---|---|
| allMemberList : IList [solo lectura]
The property returns a collection of all members. | IMemberCollection | ||
| memberList : IList [solo lectura]
The property returns a collection of directly associated members. | IMemberCollection | ||
| uniqueMemberList : IList [solo lectura]
The property returns a collection of unique members. | IMemberCollection | ||
| Método | Definido por | ||
|---|---|---|---|
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 | propiedad |
allMemberList:IList [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | 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.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento memberListChanged .
Implementación
public function get allMemberList():IListElementos de API relacionados
memberList | propiedad |
memberList:IList [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento memberListChanged .
Implementación
public function get memberList():IListElementos de API relacionados
uniqueMemberList | propiedad |
uniqueMemberList:IList [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento memberListChanged .
Implementación
public function get uniqueMemberList():IListElementos de API relacionados
addMemberAndSave | () | método |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
Parámetros
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.
|
Elementos de API relacionados
removeMemberAndSave | () | método |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
Parámetros
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.
|
Elementos de API relacionados
updateTitleAndSave | () | método |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | 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.
Parámetros
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.
|
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z