C# Class SevenUpdate.Sua

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
DescriptionCollectionChanged void
NameCollectionChanged void
OnPropertyChanged void
PublisherCollectionChanged void

Public Methods

Method 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

Method 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 method

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

Sua() public method

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

Sua() public method

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