C# 클래스 SevenUpdate.Suh

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

Private Properties

프로퍼티 타입 설명
OnPropertyChanged void

공개 메소드들

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

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

When a property has changed, call the OnPropertyChanged Event.

메소드 상세

Suh() 공개 메소드

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

Suh() 공개 메소드

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