KerbalDataViewModel MembersKerbalEdit - Take control of your KSP Data!

The KerbalDataViewModel type exposes the following members.
Constructors

  NameDescription
Public methodKerbalDataViewModel
Initializes a new instance of the KerbalDataViewModel class.
Back to Top
Methods

  NameDescription
Public methodDispose
Disposes of object and it's child instances
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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
Events

  NameDescription
Public eventPropertyChanged
Event hook for property change notifications on this objects properties.
Back to Top
See Also