Initializes a new instance of the StorableObjectsViewModel T class.
Namespace: KerbalEdit.ViewModelsAssembly: 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:
System String
UI name to use for the node
- parent
- Type: KerbalEdit.ViewModels ISelectedViewModel
Parent model containing this instance.
See Also