C# Class Amoeba.Windows.TreeViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Alliance-Network/Amoeba Class Usage Examples

Méthodes publiques

Méthode Description
GetAncestors ( ) : IEnumerable
TreeViewModelBase ( TreeViewModelBase parent ) : System

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string info ) : void

Method Details

GetAncestors() public méthode

public GetAncestors ( ) : IEnumerable
Résultat IEnumerable

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( string info ) : void
info string
Résultat void

TreeViewModelBase() public méthode

public TreeViewModelBase ( TreeViewModelBase parent ) : System
parent TreeViewModelBase
Résultat System