C# Class Excavator.DataNode

DatabaseNode is an abstraction of a table and any contained columns
Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: NewSpring/Excavator

Public Methods

Method Description
DataNode ( ) : System

Initializes a new instance of the DataNode class.

Private Methods

Method Description
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.

Method Details

DataNode() public method

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