C# Class SevenUpdate.Suh

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description
OnPropertyChanged void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void

When a property has changed, call the OnPropertyChanged Event.

Method Details

Suh() public méthode

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

Suh() public méthode

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.
Résultat System.Collections.ObjectModel