C# 클래스 Excavator.DataNode

DatabaseNode is an abstraction of a table and any contained columns
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: NewSpring/Excavator

공개 메소드들

메소드 설명
DataNode ( ) : System

Initializes a new instance of the DataNode class.

비공개 메소드들

메소드 설명
RaisePropertyChanged ( string propertyName ) : void

Fires on the property changed event.

SetChild ( ObservableCollection items, int countCheck ) : void

Sets the child node checked.

SetParent ( ObservableCollection items, bool isChecked ) : void

Sets the parent node checked.

메소드 상세

DataNode() 공개 메소드

Initializes a new instance of the DataNode class.
public DataNode ( ) : System
리턴 System