C# Class XebiaLabs.Deployit.UI.ViewModels.TreeViewItemViewModel

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject
Show file Open project: xebialabs-community/xld-manifest-editor Class Usage Examples

Protected Methods

Method Description
LoadChildren ( ) : void

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.

TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic

Private Methods

Method Description
TreeViewItemViewModel ( ) : System.Collections.Generic

Method Details

LoadChildren() protected method

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.
protected LoadChildren ( ) : void
return void

TreeViewItemViewModel() protected method

protected TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic
parent TreeViewItemViewModel
return System.Collections.Generic