C# Класс Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel

Наследование: Caliburn.Micro.Screen, IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Requests tha the view bound to this view model closes

RequestClose ( ViewModelDialogResults dialogResult ) : void

Requests tha the view bound to this view model closes

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

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

Child classes can override this method to perform clean-up logic, such as removing event handlers.

OnPropertyChanged ( string propertyName ) : void

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

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

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

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

public Dispose ( ) : void
Результат void

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

Child classes can override this method to perform clean-up logic, such as removing event handlers.
protected OnDispose ( ) : void
Результат void

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

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

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

Requests tha the view bound to this view model closes
public RequestClose ( ) : void
Результат void

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

Requests tha the view bound to this view model closes
public RequestClose ( ViewModelDialogResults dialogResult ) : void
dialogResult ViewModelDialogResults
Результат void