C# 클래스 Amoeba.Windows.TreeViewModelBase

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Alliance-Network/Amoeba 1 사용 예제들

공개 메소드들

메소드 설명
GetAncestors ( ) : IEnumerable
TreeViewModelBase ( TreeViewModelBase parent ) : System

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( string info ) : void

메소드 상세

GetAncestors() 공개 메소드

public GetAncestors ( ) : IEnumerable
리턴 IEnumerable

NotifyPropertyChanged() 보호된 메소드

protected NotifyPropertyChanged ( string info ) : void
info string
리턴 void

TreeViewModelBase() 공개 메소드

public TreeViewModelBase ( TreeViewModelBase parent ) : System
parent TreeViewModelBase
리턴 System