MasterCollection
MasterCollection class
Master collection.
Properties
| Name | Type | Description |
|---|---|---|
| MasterShortcuts | MasterShortcutCollection | MasterShortcut collection. |
| Count | int | |
| Item (int) | Master |
Methods
| Name | Description |
|---|---|
| add | Add the Master object in the collection. |
| remove | Remove the Master object from the collection. |
| getMaster | Gets the element at the specified ID. |
| getMasterByName | Get master by name. |
| getMaxRelID | get the max rel id in the collection. |
| isExistRelId | Is exist master rel id in the collection. |
| isExist | Is exist master in the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |