Class ShowSnackMessageCommandBase
[Icon("")]
[Display(Name = "显示提示", Description = "显示提示消息")]
public abstract class ShowSnackMessageCommandBase : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
- Inheritance
-
ShowSnackMessageCommandBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Message
public string Message { get; set; }
Property Value
Methods
Execute(object)
Defines the method to be called when the command is invoked.
public override void Execute(object parameter)