C# 클래스 OS2Indberetning.ViewModel.TaxViewModel

Viewmodel of the Tax page. Handles all view logic
상속: XLabs.Forms.Mvvm.ViewModel, INotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
Dispose ( ) : void

Method that handles cleanup of the viewmodel

TaxViewModel ( ) : System

Constructor that handles initialization of the viewmodel

보호된 메소드들

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

비공개 메소드들

메소드 설명
HandleBackMessage ( ) : void

Method that handles the Back message

HandleSelectedMessage ( string arg ) : void

Method that handles the Selected message

InitializeCollection ( ) : void

Method that handles initialization of the observerable collection

Subscribe ( ) : void

Method that handles subscribing to the needed messages

Unsubscribe ( ) : void

Method that handles unsubscribing

메소드 상세

Dispose() 공개 메소드

Method that handles cleanup of the viewmodel
public Dispose ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

TaxViewModel() 공개 메소드

Constructor that handles initialization of the viewmodel
public TaxViewModel ( ) : System
리턴 System