Table of Contents

Class ShowNoticeMessageCommandBase

Namespace
H.Services.Message.Notice
Assembly
H.Services.Message.dll
[Icon("")]
[Display(Name = "显示通知", Description = "显示通知消息")]
public abstract class ShowNoticeMessageCommandBase : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
Inheritance
ShowNoticeMessageCommandBase
Implements
Derived
Inherited Members
Extension Methods

Properties

Message

public string Message { get; set; }

Property Value

string

Methods

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.