Пакет | com.adobe.solutions.rca.domain.common |
Интерфейс | public interface IMemberCollection |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Связанные элементы API
Свойство | Определено | ||
---|---|---|---|
allMemberList : IList [только для чтения]
The property returns a collection of all members. | IMemberCollection | ||
memberList : IList [только для чтения]
The property returns a collection of directly associated members. | IMemberCollection | ||
uniqueMemberList : IList [только для чтения]
The property returns a collection of unique members. | IMemberCollection |
Метод | Определено | ||
---|---|---|---|
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 | свойство |
allMemberList:IList
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | 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
.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие memberListChanged
.
Реализация
public function get allMemberList():IList
Связанные элементы API
memberList | свойство |
memberList:IList
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие memberListChanged
.
Реализация
public function get memberList():IList
Связанные элементы API
uniqueMemberList | свойство |
uniqueMemberList:IList
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие memberListChanged
.
Реализация
public function get uniqueMemberList():IList
Связанные элементы API
addMemberAndSave | () | метод |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
Параметры
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.
|
Связанные элементы API
removeMemberAndSave | () | метод |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
Параметры
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.
|
Связанные элементы API
updateTitleAndSave | () | метод |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | 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.
Параметры
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.
|
Связанные элементы API
Tue Jun 12 2018, 11:34 AM Z