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