C# Class OS2Indberetning.ViewModel.RemarkViewModel

Viewmodel of the Remarks page. Handles all view logic
Inheritance: XLabs.Forms.Mvvm.ViewModel, IDisposable
Exibir arquivo Open project: os2indberetning/OS2_Windows_Phone

Public Methods

Method Description
Dispose ( ) : void

Method that handles cleanup of the viewmodel

RemarkViewModel ( ) : System

Constructor that handles initialization of the viewmodel

Subscribe ( ) : void

Method that handles subscribing to the needed messages

Unsubscribe ( ) : void

Method that handles subscribing to the needed messages

Private Methods

Method Description
HandleBackMessage ( ) : void

Method that handles the Back message

HandleSaveMessage ( ) : void

Method that handles the Save message

Method Details

Dispose() public method

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

RemarkViewModel() public method

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

Subscribe() public method

Method that handles subscribing to the needed messages
public Subscribe ( ) : void
return void

Unsubscribe() public method

Method that handles subscribing to the needed messages
public Unsubscribe ( ) : void
return void