套件 | 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, 03:47 PM Z