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

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

Méthodes protégées

Méthode 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

Méthode Description
TreeViewItemViewModel ( ) : System.Collections.Generic

Method Details

LoadChildren() protected méthode

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

TreeViewItemViewModel() protected méthode

protected TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic
parent TreeViewItemViewModel
Résultat System.Collections.Generic