C# Класс SevenUpdate.Suh

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
OnPropertyChanged void

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

Метод Описание
Suh ( ) : System.Collections.ObjectModel

Initializes a new instance of the Suh class.

Suh ( ObservableCollection name, ObservableCollection publisher, ObservableCollection description ) : System.Collections.ObjectModel

Initializes a new instance of the Suh class.

Приватные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

When a property has changed, call the OnPropertyChanged Event.

Описание методов

Suh() публичный Метод

Initializes a new instance of the Suh class.
public Suh ( ) : System.Collections.ObjectModel
Результат System.Collections.ObjectModel

Suh() публичный Метод

Initializes a new instance of the Suh class.
public Suh ( ObservableCollection name, ObservableCollection publisher, ObservableCollection description ) : System.Collections.ObjectModel
name ObservableCollection The collection of localized update names.
publisher ObservableCollection The collection of localized publisher names.
description ObservableCollection The collection of localized update descriptions.
Результат System.Collections.ObjectModel