The StorableObjectViewModel T type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Children |
Returns the logical child items of this object.
(Inherited from TreeViewItemViewModel.) | |
| DisplayName |
Gets or sets the UI display name of the model
(Inherited from TreeViewItemViewModel.) | |
| HasDummyChild |
Returns true if this object's Children have not yet been populated.
(Inherited from TreeViewItemViewModel.) | |
| IsDirty |
Gets or sets a value indicating whether the TreeViewItem
associated with this object is selected.
(Inherited from TreeViewItemViewModel.) | |
| IsExpanded |
Gets/sets whether the TreeViewItem
associated with this object is expanded.
(Inherited from TreeViewItemViewModel.) | |
| IsSelected |
Gets or sets a value indicating whether the instance has been selected
(Overrides KerbalDataObjectViewModel IsSelected.) | |
| MappedProperties |
Gets a collection of mapped (strongly typed) properties and their value handled by the KerbalDataObject instance.
(Inherited from KerbalDataObjectViewModel.) | |
| Object |
Gets or sets the data object instance used by the model
(Overrides TreeViewItemViewModel Object.) | |
| ObjectType |
Gets the type for the underlying data object.
(Overrides TreeViewItemViewModel ObjectType.) | |
| Parent |
Gets the parent view model instance
(Inherited from TreeViewItemViewModel.) | |
| SelectedItem |
Gets or sets the pointer to the child item that has been selected
| |
| ToolTip |
Gets or sets the UI tool tip of the model
(Inherited from TreeViewItemViewModel.) | |
| TreeParent |
Get's the parent model instance as a Tree object if relevant
(Inherited from TreeViewItemViewModel.) | |
| UnmappedProperties |
Gets a collection of unmapped (un-typed string dictionary) properties and their value handled by the KerbalDataObject instance.
(Inherited from KerbalDataObjectViewModel.) |
See Also