The KerbalDataViewModel type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Data |
Gets the core KerbalData instance driving all data transactions.
| |
| IsDirty |
Gets or sets a value indicating whether the KerbalData instance or any of it's child data has changed since load or last save.
| |
| Objects |
Gets the collection of top level models for each type of data file as mapped from the KerbalData instance
| |
| Parent |
Gets the parent - Always null, KerbalDataViewModel is top level for bound KSP data.
| |
| SelectedItem |
Gets or sets the item instance that has been selected.
|
See Also