Initializes a new instance of the MappedPropertyViewModel class.
Namespace: KerbalEdit.ViewModelsAssembly: 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:
System String
key of the unmapped property
- parent
- Type: ObservableDictionary
String, JToken
object containing the mapped properties
- viewModelParent
- Type: KerbalEdit.ViewModels TreeViewItemViewModel
model that manages this instance
See Also