KerbalDataViewModel PropertiesKerbalEdit - Take control of your KSP Data!
The KerbalDataViewModel type exposes the following members.
Properties

  NameDescription
Public propertyData
Gets the core KerbalData instance driving all data transactions.
Public propertyIsDirty
Gets or sets a value indicating whether the KerbalData instance or any of it's child data has changed since load or last save.
Public propertyObjects
Gets the collection of top level models for each type of data file as mapped from the KerbalData instance
Public propertyParent
Gets the parent - Always null, KerbalDataViewModel is top level for bound KSP data.
Public propertySelectedItem
Gets or sets the item instance that has been selected.
Back to Top
See Also