C# Class Amoeba.Windows.TreeViewModelBase

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: Alliance-Network/Amoeba Class Usage Examples

Public Methods

Method Description
GetAncestors ( ) : IEnumerable
TreeViewModelBase ( TreeViewModelBase parent ) : System

Protected Methods

Method Description
NotifyPropertyChanged ( string info ) : void

Method Details

GetAncestors() public method

public GetAncestors ( ) : IEnumerable
return IEnumerable

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string info ) : void
info string
return void

TreeViewModelBase() public method

public TreeViewModelBase ( TreeViewModelBase parent ) : System
parent TreeViewModelBase
return System