C# Class SevenUpdate.Suh

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method 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

Method Description
OnPropertyChanged ( string propertyName ) : void

When a property has changed, call the OnPropertyChanged Event.

Method Details

Suh() public method

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

Suh() public method

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.
return System.Collections.ObjectModel