StorableObjectsViewModel T  Constructor KerbalEdit - Take control of your KSP Data!

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

public StorableObjectsViewModel(
	StorableObjects<T> objects,
	string name,
	ISelectedViewModel parent
)

Parameters

objects
Type: StorableObjects T 
StorableObjectsinstance to be managed
name
Type: OnlineSystem String
UI name to use for the node
parent
Type: KerbalEdit.ViewModels ISelectedViewModel
Parent model containing this instance.
See Also