StorableObjects T  Members KerbalData - KSP Data Unlocked!

The StorableObjects T  type exposes the following members.
Constructors

  NameDescription
Public methodStorableObjects T 
Back to Top
Methods

  NameDescription
Public methodAdd
Adds the object to the data collection. Saving the object after adding to the collection will store the object data with the configured reposiotry. The Save() method on the object is called after adding.
Public methodContainsId
Checks if provided id exists as an available object instance
Public methodDelete(String)
Deletes the object instance from the underlying data store and unloads it from memory.
Public methodDelete(T)
Deletes the object instance from the underlying data store and unloads it from memory.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRefresh
Refreshes list of availble data objects. (Does quick load of base meta-data only, objects are lazy loaded on first access)
Public methodSave
Saves all changed objects back to the configured repository.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyCount
Gets the number of objects being maintained
Public propertyItem
Gets or sets the value of a particular KSP data object.
Public propertyNames
Gets the object ids maintained by this collection
Public propertyRepo
Gets the repository instance used by this collection
Back to Top
See Also