| Paket | com.adobe.solutions.rca.domain.common |
| Arabirim | public interface IMemberCollection |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
İlgili API Öğeleri
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| allMemberList : IList [salt okunur]
The property returns a collection of all members. | IMemberCollection | ||
| memberList : IList [salt okunur]
The property returns a collection of directly associated members. | IMemberCollection | ||
| uniqueMemberList : IList [salt okunur]
The property returns a collection of unique members. | IMemberCollection | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
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 | özellik |
allMemberList:IList [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, memberListChanged olayını gönderir.
Uygulama
public function get allMemberList():IListİlgili API Öğeleri
memberList | özellik |
memberList:IList [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, memberListChanged olayını gönderir.
Uygulama
public function get memberList():IListİlgili API Öğeleri
uniqueMemberList | özellik |
uniqueMemberList:IList [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, memberListChanged olayını gönderir.
Uygulama
public function get uniqueMemberList():IListİlgili API Öğeleri
addMemberAndSave | () | yöntem |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
Parametreler
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.
|
İlgili API Öğeleri
removeMemberAndSave | () | yöntem |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
Parametreler
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.
|
İlgili API Öğeleri
updateTitleAndSave | () | yöntem |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Parametreler
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.
|
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z