| Pakiet | com.adobe.solutions.rca.domain.common |
| Interfejs | public interface IMemberCollection |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Powiązane elementy interfejsu API
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| allMemberList : IList [tylko do odczytu]
The property returns a collection of all members. | IMemberCollection | ||
| memberList : IList [tylko do odczytu]
The property returns a collection of directly associated members. | IMemberCollection | ||
| uniqueMemberList : IList [tylko do odczytu]
The property returns a collection of unique members. | IMemberCollection | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | właściwość |
allMemberList:IList [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie memberListChanged .
Implementacja
public function get allMemberList():IListPowiązane elementy interfejsu API
memberList | właściwość |
memberList:IList [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie memberListChanged .
Implementacja
public function get memberList():IListPowiązane elementy interfejsu API
uniqueMemberList | właściwość |
uniqueMemberList:IList [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie memberListChanged .
Implementacja
public function get uniqueMemberList():IListPowiązane elementy interfejsu API
addMemberAndSave | () | metoda |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
Parametry
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.
|
Powiązane elementy interfejsu API
removeMemberAndSave | () | metoda |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
Parametry
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.
|
Powiązane elementy interfejsu API
updateTitleAndSave | () | metoda |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Parametry
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.
|
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z