The IStorableObjects type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an object instance to the collection
| |
| ContainsId |
Checks the names collection for the provided id
| |
| Delete |
Deletes the item from memory and from it's base data-store
| |
| Refresh |
Refreshes the repo name list/data from the repository
| |
| Remove |
Removes the data object from the collection but does not delete the underlying data from the repository
| |
| Save |
Saves all child instances
|
See Also