StorableObjectViewModel T  PropertiesKerbalEdit - Take control of your KSP Data!
The StorableObjectViewModel T  type exposes the following members.
Properties

  NameDescription
Public propertyChildren
Returns the logical child items of this object.
(Inherited from TreeViewItemViewModel.)
Public propertyDisplayName
Gets or sets the UI display name of the model
(Inherited from TreeViewItemViewModel.)
Public propertyHasDummyChild
Returns true if this object's Children have not yet been populated.
(Inherited from TreeViewItemViewModel.)
Public propertyIsDirty
Gets or sets a value indicating whether the TreeViewItem associated with this object is selected.
(Inherited from TreeViewItemViewModel.)
Public propertyIsExpanded
Gets/sets whether the TreeViewItem associated with this object is expanded.
(Inherited from TreeViewItemViewModel.)
Public propertyIsSelected
Gets or sets a value indicating whether the instance has been selected
(Overrides KerbalDataObjectViewModel IsSelected.)
Public propertyMappedProperties
Gets a collection of mapped (strongly typed) properties and their value handled by the KerbalDataObject instance.
(Inherited from KerbalDataObjectViewModel.)
Public propertyObject
Gets or sets the data object instance used by the model
(Overrides TreeViewItemViewModel Object.)
Public propertyObjectType
Gets the type for the underlying data object.
(Overrides TreeViewItemViewModel ObjectType.)
Public propertyParent
Gets the parent view model instance
(Inherited from TreeViewItemViewModel.)
Public propertySelectedItem
Gets or sets the pointer to the child item that has been selected
Public propertyToolTip
Gets or sets the UI tool tip of the model
(Inherited from TreeViewItemViewModel.)
Public propertyTreeParent
Get's the parent model instance as a Tree object if relevant
(Inherited from TreeViewItemViewModel.)
Public propertyUnmappedProperties
Gets a collection of unmapped (un-typed string dictionary) properties and their value handled by the KerbalDataObject instance.
(Inherited from KerbalDataObjectViewModel.)
Back to Top
See Also