C# Класс BernieApp.WindowsPhone.ViewModels.MainViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

Наследование: ViewModelBase, INavigable
Показать файл Открыть проект

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

Метод Описание
Activate ( object parameter ) : void
Deactivate ( object parameter ) : void
MainViewModel ( ) : BernieApp.WindowsPhone.Common

Initializes a new instance of the MainViewModel class.

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

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

public Activate ( object parameter ) : void
parameter object
Результат void

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

public Deactivate ( object parameter ) : void
parameter object
Результат void

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

Initializes a new instance of the MainViewModel class.
public MainViewModel ( ) : BernieApp.WindowsPhone.Common
Результат BernieApp.WindowsPhone.Common