C# Класс OS2Indberetning.ViewModel.RemarkViewModel

Viewmodel of the Remarks page. Handles all view logic
Наследование: XLabs.Forms.Mvvm.ViewModel, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
HandleBackMessage ( ) : void

Method that handles the Back message

HandleSaveMessage ( ) : void

Method that handles the Save message

Описание методов

Dispose() публичный Метод

Method that handles cleanup of the viewmodel
public Dispose ( ) : void
Результат void

RemarkViewModel() публичный Метод

Constructor that handles initialization of the viewmodel
public RemarkViewModel ( ) : System
Результат System

Subscribe() публичный Метод

Method that handles subscribing to the needed messages
public Subscribe ( ) : void
Результат void

Unsubscribe() публичный Метод

Method that handles subscribing to the needed messages
public Unsubscribe ( ) : void
Результат void