C# Класс SevenUpdate.Sua

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

Private Properties

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

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

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

Initializes a new instance of the Sua class.

Sua ( ObservableCollection name, ObservableCollection publisher ) : System.Collections.ObjectModel

Initializes a new instance of the Sua class.

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

Initializes a new instance of the Sua class.

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

Метод Описание
DescriptionCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Fires the OnPropertyChanged Event with the collection changes.

NameCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Fires the OnPropertyChanged Event with the collection changes.

OnPropertyChanged ( string propertyName ) : void

When a property has changed, call the OnPropertyChanged Event.

PublisherCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Fires the OnPropertyChanged Event with the collection changes.

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

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

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

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

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

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

Initializes a new instance of the Sua class.
public Sua ( 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