C# 클래스 DatabaseManager.TreeViewItemViewModel

Base class for all ViewModel classes displayed by TreeViewItems. This acts as an adapter between a raw data object and a TreeViewItem.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

보호된 메소드들

메소드 설명
LoadChildren ( ) : void

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

OnPropertyChanged ( string propertyName ) : void
TreeViewItemViewModel ( TreeViewItemViewModel parent, bool lazyLoadChildren ) : System

비공개 메소드들

메소드 설명
TreeViewItemViewModel ( ) : System

메소드 상세

LoadChildren() 보호된 메소드

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

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

TreeViewItemViewModel() 보호된 메소드

protected TreeViewItemViewModel ( TreeViewItemViewModel parent, bool lazyLoadChildren ) : System
parent TreeViewItemViewModel
lazyLoadChildren bool
리턴 System