C# Class SevenUpdate.Sua

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

Private Properties

Свойство Type Description
DescriptionCollectionChanged void
NameCollectionChanged void
OnPropertyChanged void
PublisherCollectionChanged void

Méthodes publiques

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

Private Methods

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

Method Details

Sua() public méthode

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

Sua() public méthode

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

Sua() public méthode

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