C# 클래스 SevenUpdate.Sua

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DescriptionCollectionChanged void
NameCollectionChanged void
OnPropertyChanged void
PublisherCollectionChanged void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Sua() 공개 메소드

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

Sua() 공개 메소드

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

Sua() 공개 메소드

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