C# 클래스 OS2Indberetning.ViewModel.RemarkViewModel

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

공개 메소드들

메소드 설명
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