UnMappedPropertyViewModel Constructor KerbalEdit - Take control of your KSP Data!
Initializes a new instance of the MappedPropertyViewModel class.

Namespace: KerbalEdit.ViewModels
Assembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public UnMappedPropertyViewModel(
	string key,
	ObservableDictionary<string, JToken> parent,
	TreeViewItemViewModel viewModelParent
)

Parameters

key
Type: OnlineSystem String
key of the unmapped property
parent
Type: ObservableDictionary OnlineString, JToken 
object containing the mapped properties
viewModelParent
Type: KerbalEdit.ViewModels TreeViewItemViewModel
model that manages this instance
See Also