Interface INotifyService
信息提示服务接口
public interface INotifyService : IServiceBase, IModuleBase
- Inherited Members
- Extension Methods
Methods
Add(string, string)
提示信息
void Add(string area, string msg)
Parameters
Alarm(string)
报警信息
void Alarm(string msg)
Parameters
msgstring内容
DeleteOutDate()
删除过期数据
bool? DeleteOutDate()
Returns
- bool?
Error(string)
错误信息
void Error(string msg)
Parameters
msgstring内容
Info(string)
消息提示
void Info(string msg)
Parameters
msgstring
ParaChange(string)
参数修改信息
void ParaChange(string msg)
Parameters
msgstring内容
ShowWindowTop(string)
显示窗口在最前面(调试模式)
void ShowWindowTop(string name)
Parameters
namestring
Events
EventWindowTop
显示窗口在最前面(调试模式)
event EventHandler<NotifyWindowTopEventArgs> EventWindowTop