Class DialogMessagePresenter
[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
CloseCommand
public RelayCommand CloseCommand { get; }
Property Value
IsMatch
public Predicate<DialogMessagePresenter> IsMatch { get; set; }
Property Value
SumitCommand
public RelayCommand SumitCommand { get; }
Property Value
Methods
ShowDialog()
public Task<bool?> ShowDialog()