C# Class Excavator.DataNode

DatabaseNode is an abstraction of a table and any contained columns
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: NewSpring/Excavator

Méthodes publiques

Méthode Description
DataNode ( ) : System

Initializes a new instance of the DataNode class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the DataNode class.
public DataNode ( ) : System
Résultat System