MappedPropertyViewModel 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 MappedPropertyViewModel(
	string name,
	IKerbalDataObject parent,
	TreeViewItemViewModel viewModelParent
)

Parameters

name
Type: OnlineSystem String
Name of the property
parent
Type: IKerbalDataObject
object containing the mapped properties
viewModelParent
Type: KerbalEdit.ViewModels TreeViewItemViewModel
model that manages this instance
See Also