ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.solutions.rca.domain.common 

IMemberCollection  - AS3 Recenzowanie, komentowanie i zatwierdzanie

Pakietcom.adobe.solutions.rca.domain.common
Interfejspublic 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)

This interface defines an entity that has a collection of members associated with it.

Powiązane elementy interfejsu API



Właściwości publiczne
 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
Metody publiczne
 MetodaZdefiniowane 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
Szczegół właściwości

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():IList

Powią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():IList

Powią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():IList

Powiązane elementy interfejsu API

Szczegół metody

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.

Zwraca
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.

Zwraca
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.

Zwraca
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

Powiązane elementy interfejsu API





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.