The MainWindowViewModel type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MainWindowViewModel |
Initializes a new instance of the MainWindowViewModel class.
|
Methods
| Name | Description | |
|---|---|---|
| (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 | ||
| OnPropertyChanged |
Handler for OnPropertyChanged events
(Inherited from BaseWindowViewModel.) | |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Data |
Gets or sets the data model handling KSP data.
| |
| InstallPath |
Gets or sets the install path for KSP data.
| |
| IsDirty |
Gets or sets a value indicating whether this data object or any of its children have been altered since the last load or save operation
(Inherited from BaseWindowViewModel.) | |
| OpenKspInstallFolderCommand |
Gets the command hook that handles collecting folder input information using a folder selector.
| |
| Parent |
Gets the parent IViewModel instance
(Inherited from BaseWindowViewModel.) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
PropertyChanged field requirement inherited by IViewModel's INotifiyPropertyChanged requirement. Allows for event signaling of property changes on the model.
(Inherited from BaseWindowViewModel.) |
See Also