C# 클래스 TVSorter.Controller.ControllerBase

Base type for controllers.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: a-jackson/tvsorter

공개 메소드들

메소드 설명
Initialise ( IView view ) : void

Initialises the controller.

보호된 메소드들

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

Raises a property changed event.

메소드 상세

Initialise() 공개 추상적인 메소드

Initialises the controller.
public abstract Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
리턴 void

OnPropertyChanged() 보호된 메소드

Raises a property changed event.
protected OnPropertyChanged ( string name ) : void
name string /// The name of the property being changed. ///
리턴 void