Свойство | Тип | Описание | |
---|---|---|---|
DescriptionCollectionChanged | void | ||
NameCollectionChanged | void | ||
OnPropertyChanged | void | ||
PublisherCollectionChanged | void |
Метод | Описание | |
---|---|---|
Sua ( ) : System.Collections.ObjectModel |
Initializes a new instance of the Sua class.
|
|
Sua ( ObservableCollection |
Initializes a new instance of the Sua class.
|
|
Sua ( ObservableCollection |
Initializes a new instance of the Sua class.
|
Метод | Описание | |
---|---|---|
DescriptionCollectionChanged ( object sender, |
Fires the OnPropertyChanged Event with the collection changes.
|
|
NameCollectionChanged ( object sender, |
Fires the OnPropertyChanged Event with the collection changes.
|
|
OnPropertyChanged ( string propertyName ) : void |
When a property has changed, call the
|
|
PublisherCollectionChanged ( object sender, |
Fires the OnPropertyChanged Event with the collection changes.
|
public Sua ( ) : System.Collections.ObjectModel | ||
Результат | System.Collections.ObjectModel |
public Sua ( ObservableCollection |
||
name | ObservableCollection |
The collection of localized update names. |
publisher | ObservableCollection |
The collection of localized publisher names. |
Результат | System.Collections.ObjectModel |
public Sua ( ObservableCollection |
||
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 |