base class for top level consumer models. Contains functionality for saving/updating data store model is loaded from.
System Object
System.Collections.Generic Dictionary
String,
JToken KerbalData StorableObject KerbalData ConfigFile KerbalData CraftFile KerbalData PartFile KerbalData SaveFileNamespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
public abstract class StorableObject : Dictionary<string, JToken>,
IKerbalDataObject, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>,
IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, IStorable
public abstract class StorableObject : Dictionary<string, JToken>,
IKerbalDataObject, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>,
IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, IStorable
public ref class StorableObject abstract : public Dictionary<String^, JToken^>,
IKerbalDataObject, IDictionary<String^, JToken^>, ICollection<KeyValuePair<String^, JToken^>>,
IEnumerable<KeyValuePair<String^, JToken^>>, IEnumerable,
IStorable
public ref class StorableObject abstract : public Dictionary<String^, JToken^>,
IKerbalDataObject, IDictionary<String^, JToken^>, ICollection<KeyValuePair<String^, JToken^>>,
IEnumerable<KeyValuePair<String^, JToken^>>, IEnumerable,
IStorable