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

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

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

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

Method that handles subscribing to the needed messages

OrganizationViewModel ( ) : System

Constructor that handles initialization of the viewmodel

Subscribe ( ) : void

Method that handles subscribing to the needed messages

Unsubscribe ( ) : void

Method that handles unsubscribing

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

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

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

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

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

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

OnPropertyChanged() защищенный Метод

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

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

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

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

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

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

Method that handles unsubscribing
public Unsubscribe ( ) : void
Результат void