The KerbalDataViewModel type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| KerbalDataViewModel |
Initializes a new instance of the KerbalDataViewModel class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of object and it's child instances
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
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.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Event hook for property change notifications on this objects properties.
|
See Also