The StorableObjectsViewModel T type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| StorableObjectsViewModel T |
Initializes a new instance of the StorableObjectsViewModel T class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| InitData |
Initializes data when lazy loading is enabled
(Inherited from TreeViewItemViewModel.) | |
| LoadChildren |
Loads children objects for lazy loading
(Overrides TreeViewItemViewModel LoadChildren .) | |
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Base property changed implementation using standard pattern.
(Inherited from TreeViewItemViewModel.) | |
| OnSelectedItemChanged |
Handler for selected item change events
(Overrides TreeViewItemViewModel OnSelectedItemChanged(TreeViewItemViewModel).) | |
| Refresh |
Refreshes the StorableObjects instance to expose new data
| |
| RemoveDummyChild |
Internal method to allow parents to force loading when lazy loading is enabled under certain conditions.
(Inherited from TreeViewItemViewModel.) | |
Returns a string that represents the current object. (Inherited from |
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 TreeViewItem
associated with this object is selected.
(Inherited from TreeViewItemViewModel.) | |
| Object |
Gets the data object instance managed by the model
(Inherited from TreeViewItemViewModel.) | |
| Objects |
Gets the data model managed by this instance
| |
| ObjectType |
Gets the type of the data object managed by the model
(Inherited from TreeViewItemViewModel.) | |
| Parent |
Gets the parent view model instance
(Inherited from TreeViewItemViewModel.) | |
| 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.) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Event hook for property change events.
(Inherited from TreeViewItemViewModel.) |
See Also