Table of Contents

Class DialogMessagePresenter

Namespace
H.Modules.Messages.Snack
Assembly
H.Modules.Messages.Snack.dll
[Icon("")]
[Display(Name = "对话框消息", Description = "这是一条对话框消息")]
public class DialogMessagePresenter : MessagePresenterBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, ISnackItem
Inheritance
DialogMessagePresenter
Implements
Inherited Members
Extension Methods

Properties

CancelCommand

public RelayCommand CancelCommand { get; }

Property Value

RelayCommand

CloseCommand

public RelayCommand CloseCommand { get; }

Property Value

RelayCommand

IsMatch

public Predicate<DialogMessagePresenter> IsMatch { get; set; }

Property Value

Predicate<DialogMessagePresenter>

SumitCommand

public RelayCommand SumitCommand { get; }

Property Value

RelayCommand

Methods

ShowDialog()

public Task<bool?> ShowDialog()

Returns

Task<bool?>