KerbalDataObjectViewModel PropertiesKerbalEdit - Take control of your KSP Data!
The KerbalDataObjectViewModel 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 object has been selected.
(Overrides TreeViewItemViewModel IsSelected.)
Public propertyMappedProperties
Gets a collection of mapped (strongly typed) properties and their value handled by the KerbalDataObject instance.
Public propertyObject
Gets the data object instance managed by the model
(Inherited from TreeViewItemViewModel.)
Public propertyObjectType
Gets the type of the data object managed by the model
(Inherited from TreeViewItemViewModel.)
Public propertyParent
Gets the parent view model instance
(Inherited from TreeViewItemViewModel.)
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.
Back to Top
See Also