StorableObjectViewModel 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 StorableObjectViewModel(
	string displayName,
	StorableObjectsViewModel<T> parent
)

Parameters

displayName
Type: OnlineSystem String
name to display on ui elements
parent
Type: KerbalEdit.ViewModels StorableObjectsViewModel T 
parent instance managing this instance
See Also