IStorableObjects Methods KerbalData - KSP Data Unlocked!
The IStorableObjects type exposes the following members.
Methods

  NameDescription
Public methodAdd
Adds an object instance to the collection
Public methodContainsId
Checks the names collection for the provided id
Public methodDelete
Deletes the item from memory and from it's base data-store
Public methodRefresh
Refreshes the repo name list/data from the repository
Public methodRemove
Removes the data object from the collection but does not delete the underlying data from the repository
Public methodSave
Saves all child instances
Back to Top
See Also