The IStorableObjects type exposes the following members.
Back to Top
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
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of
| |
| DataManager |
Gets the data manager instance used by the instance
| |
| Names |
Gets the Names of objects handled by the instance (used for lazy-loading)
|
See Also