The following tables list the members exposed by CollectionsManager.
Name | Description | |
---|---|---|
![]() | CollectionsManager Constructor |
Name | Description | |
---|---|---|
![]() | allTransactionLists | Returns all json Transaction Lists of all collections in a server friendly format. |
![]() | collection | Gets the ObjectCollection at the specified index. |
![]() | count | Gets the amount of Collections that belong to the control. |
![]() | transactionList | Returns the json Transaction List of the collection at the specified index. |
Name | Description | |
---|---|---|
![]() | addObject | Adds the specified item to the collection at the specified index. |
![]() | dispose | Disposes of all objects created by the Collection manager. |
![]() | getItemCount | Retunrs the number of items in the collection at the specified index. |
![]() | getObject | Returns the item at the specified address from the collection at the specified index. |
![]() | getServerCollection | Returns a server friendly array of all ClientState for all collections. |
![]() | getUIBehaviorsObj | Returns the UIBehaviors object of the collection at the specified index. |
![]() | register_collection | Registers a collection with the CollectionManager. |
![]() | registerUIBehaviors | Creates a UIBehaviors object for the specified collection. |
![]() | registerUIBehaviorsEx | Registers a specified behavior for the specified collection. |
![]() | removeObject | Removes the item at specified address from the collection at the specified index. |