C# Класс Catel.MVVM.ViewModelManagerExtensions

Extensions for the IViewModelManager interface.
Показать файл Открыть проект

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

Метод Описание
CancelAndCloseViewModels ( this viewModelManager, bool>.Func predicate ) : void

Closes all view models that are currently being managed by the ViewModelManager which match the predicate.

SaveAndCloseViewModels ( this viewModelManager, bool>.Func predicate ) : void

Closes all view models that are currently being managed by the ViewModelManager which match the predicate.

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

CancelAndCloseViewModels() публичный статический Метод

Closes all view models that are currently being managed by the ViewModelManager which match the predicate.
The is null. The is null.
public static CancelAndCloseViewModels ( this viewModelManager, bool>.Func predicate ) : void
viewModelManager this The view model manager.
predicate bool>.Func The predicate.
Результат void

SaveAndCloseViewModels() публичный статический Метод

Closes all view models that are currently being managed by the ViewModelManager which match the predicate.
The is null. The is null.
public static SaveAndCloseViewModels ( this viewModelManager, bool>.Func predicate ) : void
viewModelManager this The view model manager.
predicate bool>.Func The predicate.
Результат void