C# Class OS2Indberetning.ViewModel.TaxViewModel

Viewmodel of the Tax page. Handles all view logic
Inheritance: XLabs.Forms.Mvvm.ViewModel, INotifyPropertyChanged, IDisposable
ファイルを表示 Open project: os2indberetning/OS2_Windows_Phone

Public Methods

Method Description
Dispose ( ) : void

Method that handles cleanup of the viewmodel

TaxViewModel ( ) : System

Constructor that handles initialization of the viewmodel

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

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

Method Details

Dispose() public method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

TaxViewModel() public method

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