StorableObjectViewModel T  ClassKerbalEdit - Take control of your KSP Data!
Model to support a IStorable object instance
Inheritance Hierarchy

OnlineSystem Object
  KerbalEdit.ViewModels TreeViewItemViewModel
    KerbalEdit.ViewModels KerbalDataObjectViewModel
      KerbalEdit.ViewModels StorableObjectViewModel T 

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

public class StorableObjectViewModel<T> : KerbalDataObjectViewModel, 
	ISelectedViewModel, IViewModel, INotifyPropertyChanged 
where T : class, new(), IStorable
Type Parameters

T

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

See Also