|
| Name | Description | ||
| Add | Adds new profile to the collection. | |||
| Count | Holds total number of profiles in the collection. | |||
| Item | Returns reference to profile in the collection. | |||
| Remove | Removes profile from the collection. | |||
| RemoveAll | Removes all profiles from the collection. | |||
| ToXML | Shows XML representation of the profile. |
BeepProfiles object keeps collection of BeepProfile objects that wodBeep can use per session. All profiles should be loaded before wodBeep is started.
|