C# Класс Excavator.DataNode

DatabaseNode is an abstraction of a table and any contained columns
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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