IStorable Members KerbalData - KSP Data Unlocked!

The IStorable type exposes the following members.
Methods

  NameDescription
Public methodOnlineAdd(T) (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public methodOnlineAdd(TKey, TValue) (Inherited from OnlineIDictionary OnlineString, JToken .)
Public methodOnlineClear (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public methodClone T 
Clones this object and it's underlying data to a new instance of the same type.
Public methodOnlineContains (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public methodOnlineContainsKey (Inherited from OnlineIDictionary OnlineString, JToken .)
Public methodOnlineCopyTo (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through the collection.
(Inherited from OnlineIEnumerable OnlineKeyValuePair OnlineString, JToken  .)
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through a collection.
(Inherited from OnlineIEnumerable.)
Public methodOnlineRemove(TKey) (Inherited from OnlineIDictionary OnlineString, JToken .)
Public methodOnlineRemove(T) (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public methodSave
Saves the object
Public methodOnlineTryGetValue
Gets the value associated with the specified key.
(Inherited from OnlineIDictionary OnlineString, JToken .)
Back to Top
Properties

  NameDescription
Public propertyOnlineCount (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public propertyDataManager
Gets the data manager instance responsible for this object
Public propertyDisplayName (Inherited from IKerbalDataObject.)
Public propertyId
Gets the id/name of the data
Public propertyIsDirty
Gets if the object has been altered since is was originally loaded or last saved
Public propertyOnlineIsReadOnly (Inherited from OnlineICollection OnlineKeyValuePair OnlineString, JToken  .)
Public propertyOnlineItem
Gets or sets the element with the specified key.
(Inherited from OnlineIDictionary OnlineString, JToken .)
Public propertyOnlineKeys (Inherited from OnlineIDictionary OnlineString, JToken .)
Public propertyOriginal
Public propertyUri
Gets the uri the data was retrieved from
Public propertyOnlineValues (Inherited from OnlineIDictionary OnlineString, JToken .)
Back to Top
See Also