IKerbalDataObject Members KerbalData - KSP Data Unlocked!

The IKerbalDataObject 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 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 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 propertyDisplayName
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 propertyOnlineValues (Inherited from OnlineIDictionary OnlineString, JToken .)
Back to Top
See Also