StorableObjectsViewModel T  ClassKerbalEdit - Take control of your KSP Data!
Model for a StorableObjects instance
Inheritance Hierarchy

OnlineSystem Object
  KerbalEdit.ViewModels TreeViewItemViewModel
    KerbalEdit.ViewModels StorableObjectsViewModel T 

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

public class StorableObjectsViewModel<T> : TreeViewItemViewModel, 
	IStorableObjectsViewModel 
where T : class, new(), IStorable
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:KerbalEdit.ViewModels.StorableObjectsViewModel`1"]

See Also