C# Класс Open.Core.UI.Controls.AcceptCancelDialogViewModel

The logical presentation model for the 'AcceptCancelDialog' view.
Наследование: ViewModelBase, IAcceptCancelDialog
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AcceptCancelDialogViewModel ( ) : System

Constructor.

AcceptCancelDialogViewModel ( System.Windows.DataTemplate contentTemplate, INotifyPropertyChanged contentViewModel ) : System

Constructor.

Reset ( ) : void

Resets the OK/Cancel labels to their default values and ensure both button are visible.

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

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

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

Метод Описание
HandleAcceptClick ( object sender, EventArgs e ) : void
HandleCancelClick ( object sender, EventArgs e ) : void
OnAcceptClick ( ) : void
OnCancelClick ( ) : void
WireEvents ( IAcceptCancelPresenter presenter, bool add ) : void

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

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

Constructor.
public AcceptCancelDialogViewModel ( ) : System
Результат System

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

Constructor.
public AcceptCancelDialogViewModel ( System.Windows.DataTemplate contentTemplate, INotifyPropertyChanged contentViewModel ) : System
contentTemplate System.Windows.DataTemplate The XAML template of the dialog content (see 'Content' property).
contentViewModel INotifyPropertyChanged The view-model for the content (see 'Content' property).
Результат System

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

protected OnDisposed ( ) : void
Результат void

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

Resets the OK/Cancel labels to their default values and ensure both button are visible.
public Reset ( ) : void
Результат void