IStorable Members KerbalData - KSP Data Unlocked!

The IStorable type exposes the following members.
Methods

  NameDescription
Public methodClone T 
Clones this object and it's underlying data to a new instance of the same type.
Public methodSave
Saves the object
Back to Top
Properties

  NameDescription
Public propertyId
Gets the id/name of the data
Public propertyIsDirty
Gets if the objest has been altered since is was orignally loaded or last saved
Public propertyOriginal
Gets the Orignal data // TODO: Break JSON.Net Dependency
Public propertyUri
Gets the uri the data was retrieved from
Back to Top
See Also