Initializes a new instance of the StorableObjectViewModel T class.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public StorableObjectViewModel( string displayName, StorableObjectsViewModel<T> parent )
Parameters
- displayName
- Type:
System String
name to display on ui elements
- parent
- Type: KerbalEdit.ViewModels StorableObjectsViewModel T
parent instance managing this instance
See Also