C# Class OS2Indberetning.ViewModel.RemarkViewModel

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

Méthodes publiques

Méthode 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

Méthode Description
HandleBackMessage ( ) : void

Method that handles the Back message

HandleSaveMessage ( ) : void

Method that handles the Save message

Method Details

Dispose() public méthode

Method that handles cleanup of the viewmodel
public Dispose ( ) : void
Résultat void

RemarkViewModel() public méthode

Constructor that handles initialization of the viewmodel
public RemarkViewModel ( ) : System
Résultat System

Subscribe() public méthode

Method that handles subscribing to the needed messages
public Subscribe ( ) : void
Résultat void

Unsubscribe() public méthode

Method that handles subscribing to the needed messages
public Unsubscribe ( ) : void
Résultat void